diff options
| author | ruki <[email protected]> | 2025-12-20 00:43:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-20 00:43:03 +0800 |
| commit | b89cfa3d77e20ddf8da83423052eba23f64d8777 (patch) | |
| tree | 1e04fa206e03c28e7660d81848065b894a77d2eb | |
| parent | 6e0596421078eb7f50ef4fb33bb9227e425e2233 (diff) | |
add clang-21
| -rw-r--r-- | xmake/toolchains/clang-21/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/toolchains/clang-21/xmake.lua b/xmake/toolchains/clang-21/xmake.lua new file mode 100644 index 000000000..4fd3af636 --- /dev/null +++ b/xmake/toolchains/clang-21/xmake.lua @@ -0,0 +1,3 @@ +includes(path.join(os.scriptdir(), "../clang")) + +toolchain_clang("21") |
