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.
1 parent 7b787fa commit 6e92afaCopy full SHA for 6e92afa
cc/toolchains/llvm/cc_toolchain_config.bzl
@@ -91,6 +91,7 @@ def cc_toolchain_config(
91
# https://developer.apple.com/forums/thread/719961
92
"-undefined",
93
"dynamic_lookup",
94
+ "-Wl,-no_fixup_chains",
95
])
96
else:
97
use_lld = True
0 commit comments