From 7a1be435eef977b88a2855df9bafc4ebeca1843e Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Fri, 31 Oct 2025 19:51:35 +0100 Subject: nfc(llvm) add a test for llvm builtins --- tests/projects/c++/modules/test_base.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/projects/c++/modules/test_base.lua') 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 -- cgit v1.3.1