Skip to content

Commit

Permalink
Update config to Clang 17
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni authored and brondani committed Nov 28, 2023
1 parent 51c6ef9 commit fc3ca0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/set-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sed -e "s|^ set(EXT.*| set(EXT ${extension})|" "${script}" > temp.$$ && mv tem
script="$2/IAR.9.32.1.cmake"
sed -e "s|^ set(EXT.*| set(EXT ${extension})|" "${script}" > temp.$$ && mv temp.$$ "${script}"

script="$2/CLANG.16.0.0.cmake"
script="$2/CLANG.17.0.1.cmake"
sed -e "s|^ set(EXT.*| set(EXT ${extension})|" "${script}" > temp.$$ && mv temp.$$ "${script}"

exit 0
2 changes: 1 addition & 1 deletion test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_check_archive(base_path):
"cbuild.schema.json",
"cdefault.schema.json",
"cdefault.yml",
"CLANG.16.0.0.cmake",
"CLANG.17.0.1.cmake",
"clang_linker_script.ld",
"clayer.schema.json",
"CMakeASM",
Expand Down

0 comments on commit fc3ca0b

Please sign in to comment.