Skip to content

Commit 8d0109e

Browse files
Update llvm 19 version (#479)
* feat: Update llvm 19 version * docs: Update changelog
1 parent 0a8ac1b commit 8d0109e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- Add support for LLVM esp-19.1.2_20250211 (#477)
11+
- Add support for LLVM esp-19.1.2_20250225 (#477, #479)
1212

1313
### Fixed
1414
- Return an error if GET request fails (#471)

src/toolchain/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const OLD_LLVM_16_VERSION: &str = "esp-16.0.0-20230516";
2727
const DEFAULT_LLVM_16_VERSION: &str = "esp-16.0.4-20231113";
2828
const DEFAULT_LLVM_17_VERSION: &str = "esp-17.0.1_20240419";
2929
const DEFAULT_LLVM_18_VERSION: &str = "esp-18.1.2_20240912";
30-
const DEFAULT_LLVM_19_VERSION: &str = "esp-19.1.2_20250211";
30+
const DEFAULT_LLVM_19_VERSION: &str = "esp-19.1.2_20250225";
3131
pub const CLANG_NAME: &str = "xtensa-esp32-elf-clang";
3232

3333
#[derive(Debug, Clone, Default)]

0 commit comments

Comments
 (0)