Skip to content

Commit 9a27a07

Browse files
bors[bot]vext01
andauthored
39: Turn off default PIE in CI. r=ltratt a=vext01 Co-authored-by: Edd Barrett <[email protected]>
2 parents 1acfb8a + 2fa4e8f commit 9a27a07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildbot.sh

+3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ INST_DIR=`pwd`/inst
66

77
mkdir -p build
88
cd build
9+
# Disabling default PIE due to:
10+
# https://github.com/llvm/llvm-project/issues/57085
911
cmake -DCMAKE_INSTALL_PREFIX=${INST_DIR} \
1012
-DLLVM_INSTALL_UTILS=On \
1113
-DCMAKE_BUILD_TYPE=release \
1214
-DLLVM_ENABLE_ASSERTIONS=On \
1315
-DLLVM_ENABLE_PROJECTS="lld;clang" \
16+
-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \
1417
../llvm
1518
make -j `nproc` install
1619

0 commit comments

Comments
 (0)