summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2025-10-31 19:51:35 +0100
committerruki <[email protected]>2025-12-18 09:31:43 +0800
commit7a1be435eef977b88a2855df9bafc4ebeca1843e (patch)
tree687371e4df59a735060f25082322e7062984be71 /tests/projects/c++/modules
parent2a81ad148a079dd0cb42c045b8d532b61d154e50 (diff)
nfc(llvm) add a test for llvm builtins
Diffstat (limited to 'tests/projects/c++/modules')
-rw-r--r--tests/projects/c++/modules/test_base.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/test_base.lua b/tests/projects/c++/modules/test_base.lua
index 6abbeecee..0a0d07dae 100644
--- a/tests/projects/c++/modules/test_base.lua
+++ b/tests/projects/c++/modules/test_base.lua
@@ -103,7 +103,7 @@ function build_tests(toolchain_name, opt)
end
os.exec("xmake clean -a")
- os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-cD --yes " .. policies .. flags)
+ os.exec("xmake f" .. platform .. "--toolchain=" .. toolchain_name .. runtimes .. "-c --yes " .. policies .. flags)
if opt.build then
opt.build()
else