Skip to content

Commit 6e92afa

Browse files
disable chained fixups
1 parent 7b787fa commit 6e92afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc/toolchains/llvm/cc_toolchain_config.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def cc_toolchain_config(
9191
# https://developer.apple.com/forums/thread/719961
9292
"-undefined",
9393
"dynamic_lookup",
94+
"-Wl,-no_fixup_chains",
9495
])
9596
else:
9697
use_lld = True

0 commit comments

Comments
 (0)