Skip to content

Commit 05213c3

Browse files
authored
Pass -no_fixup_chains to the linker (#412)
This is needed to work around a limitation of the linker, which was causing it to crash on coverage-enabled bots. rdar://146130000
1 parent e7a46a1 commit 05213c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/jenkins/jobs/jobs/llvm-coverage

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ pipeline {
131131
--cmake-flag="-DLLVM_PROFILE_MERGE_POOL_SIZE=1" \
132132
--cmake-flag="-DLLVM_ENABLE_MODULES=Off" \
133133
--cmake-flag="-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;AMDGPU;WebAssembly" \
134+
--cmake-flag="-DCMAKE_EXE_LINKER_FLAGS=-no_fixup_chains" \
134135
--cmake-type=Release \
135136
--noupload
136137
'''

0 commit comments

Comments
 (0)