summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/test_stdmodules.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-07-21 18:33:02 +0200
committerArthur LAURENT <[email protected]>2024-07-21 18:33:02 +0200
commit326954ee97a81a35f0cfa1adeee9bee8544b50c4 (patch)
tree5327d2f9f0841d6868997ec3467d3729a0d28a24 /tests/projects/c++/modules/test_stdmodules.lua
parent2412ed94e70b00b0c2f3bd8c4553828efd458b1b (diff)
bump llvm version to llvm 19 for std modules tests because llvm module are properly installed only in >= 19 (std module + manifest files)
Diffstat (limited to 'tests/projects/c++/modules/test_stdmodules.lua')
-rw-r--r--tests/projects/c++/modules/test_stdmodules.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua
index ad87b8428..34d5400a3 100644
--- a/tests/projects/c++/modules/test_stdmodules.lua
+++ b/tests/projects/c++/modules/test_stdmodules.lua
@@ -51,7 +51,7 @@ function main(t)
-- _build()
-- end
local clang = find_tool("clang", {version = true})
- if clang and clang.version and semver.compare(clang.version, "18.0") >= 0 then
+ if clang and clang.version and semver.compare(clang.version, "19.0") >= 0 then
-- clang don't support libstdc++ std modules atm
-- os.exec("xmake clean -a")
-- os.exec("xmake f --toolchain=clang -c --yes")