Skip to content

Commit 3860e16

Browse files
committed
Add -z execstack to scudo MIPS builds
Fix buildbot error (https://lab.llvm.org/buildbot/#/builders/139/builds/9570) after llvm/llvm-project#124068
1 parent b382667 commit 3860e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_qemu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function configure_scudo_compiler_rt {
190190
fi
191191

192192
local linker_flags=
193-
[[ "${arch}" =~ "mips*" ]] && linker_flags="-latomic -Wl,-z,notext -Wno-unused-command-line-argument"
193+
[[ "${arch}" =~ "mips*" ]] && linker_flags="-latomic -Wl,-z,execstack -Wl,-z,notext -Wno-unused-command-line-argument"
194194

195195
local out_dir=llvm_build2_${name}
196196
rm -rf ${out_dir}

0 commit comments

Comments
 (0)