Skip to content

Commit

Permalink
Merge pull request #5451 from c8ef/clang
Browse files Browse the repository at this point in the history
add clang toolchain version 19 & 20
  • Loading branch information
waruqi authored Aug 9, 2024
2 parents 54b24e0 + 1e97e7f commit c4cb53d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake/toolchains/clang-19/xmake.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
includes(path.join(os.scriptdir(), "../clang/xmake.lua"))

toolchain_clang("19")
3 changes: 3 additions & 0 deletions xmake/toolchains/clang-20/xmake.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
includes(path.join(os.scriptdir(), "../clang/xmake.lua"))

toolchain_clang("20")

0 comments on commit c4cb53d

Please sign in to comment.