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.
2 parents 294e4cf + 1bf6ac8 commit 78adc20Copy full SHA for 78adc20
utils/swift_build_support/swift_build_support/products/llvm.py
@@ -313,7 +313,7 @@ def build(self, host_target):
313
llvm_cmake_options.define(
314
'SANITIZER_COMMON_LINK_FLAGS:STRING', '-Wl,-z,undefs')
315
316
- builtins_runtimes_target_for_darwin = 'arm64-apple-darwin'
+ builtins_runtimes_target_for_darwin = f'{arch}-apple-darwin'
317
if system() == "Darwin":
318
319
f'BUILTINS_{builtins_runtimes_target_for_darwin}_'
0 commit comments