Skip to content

Commit

Permalink
Update LLVM tag to 19.1.5 (#596)
Browse files Browse the repository at this point in the history
Reflect changes in the CHANGELOG.md
  • Loading branch information
voltur01 authored Dec 11, 2024
1 parent 18a001c commit e6c3ec6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [19.1.5]

### Changed
- LLVM tag updated to 19.1.5
- Volatile access defect fixed (https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/pull/595).

## [19.0.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e6c3ec6

Please sign in to comment.