From d679ae73f4cbd996e37cb2f63636d197b6354a7c Mon Sep 17 00:00:00 2001 From: star9029 Date: Sat, 1 Mar 2025 23:36:12 +0800 Subject: Improve test_stdmodules.lua --- tests/projects/c++/modules/test_stdmodules.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/projects/c++/modules/test_stdmodules.lua') diff --git a/tests/projects/c++/modules/test_stdmodules.lua b/tests/projects/c++/modules/test_stdmodules.lua index 34d5400a3..d9b25ef56 100644 --- a/tests/projects/c++/modules/test_stdmodules.lua +++ b/tests/projects/c++/modules/test_stdmodules.lua @@ -21,11 +21,8 @@ function main(t) if is_subhost("windows") then local clang = find_tool("clang", {version = true}) if clang and clang.version and semver.compare(clang.version, "19.0") >= 0 then - -- clang don't support msstl std modules atm - -- os.exec("xmake f --toolchain=clang -c --yes") - -- _build() os.exec("xmake clean -a") - os.exec("xmake f --toolchain=clang --runtimes=c++_shared -c --yes") + os.exec("xmake f --toolchain=clang -c --yes") _build() end local msvc = toolchain.load("msvc") -- cgit v1.3.1