We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a001c commit e6c3ec6Copy full SHA for e6c3ec6
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [19.1.5]
10
+
11
+### Changed
12
+- LLVM tag updated to 19.1.5
13
+- Volatile access defect fixed (https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/pull/595).
14
15
## [19.0.0]
16
17
### Added
versions.json
@@ -9,7 +9,7 @@
"llvm-project": {
"comment": "tagType can be branch, tag or commithash",
"tagType": "tag",
- "tag": "llvmorg-19.1.1"
+ "tag": "llvmorg-19.1.5"
},
"picolibc": {
"tagType": "commithash",
0 commit comments