Skip to content

Commit e6c3ec6

Browse files
authored
Update LLVM tag to 19.1.5 (#596)
Reflect changes in the CHANGELOG.md
1 parent 18a001c commit e6c3ec6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

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+
915
## [19.0.0]
1016

1117
### Added

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"llvm-project": {
1010
"comment": "tagType can be branch, tag or commithash",
1111
"tagType": "tag",
12-
"tag": "llvmorg-19.1.1"
12+
"tag": "llvmorg-19.1.5"
1313
},
1414
"picolibc": {
1515
"tagType": "commithash",

0 commit comments

Comments
 (0)