We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%target-clang
1 parent f0d3ca8 commit 670c731Copy full SHA for 670c731
test/lit.cfg
@@ -1939,8 +1939,8 @@ elif run_os == 'wasi':
1939
'%s -emit-pcm -target %s' %
1940
(config.swiftc, config.variant_triple))
1941
config.target_clang = (
1942
- "%s -target %s %s -fobjc-runtime=ios-5.0" %
1943
- (config.clang, config.variant_triple, clang_mcp_opt))
+ "%s -target %s %s -fobjc-runtime=ios-5.0 --sysroot %s" %
+ (config.clang, config.variant_triple, clang_mcp_opt, config.variant_sdk))
1944
config.target_ld = (
1945
"%s -L%r" %
1946
(config.wasm_ld, make_path(test_resource_dir, config.target_sdk_name)))
0 commit comments