Skip to content

Commit

Permalink
Change clang-ppc64le-rhel to use -DCLANG_DEFAULT_PIE_ON_LINUX=OFF
Browse files Browse the repository at this point in the history
to work around some sanitizer test issues: llvm/llvm-project#54084
  • Loading branch information
MaskRay committed Feb 26, 2022
1 parent 3429c1d commit b6ddf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Expand Up @@ -662,7 +662,7 @@
extra_configure_args=[
"-DLLVM_ENABLE_ASSERTIONS=On", "-DCMAKE_C_COMPILER=clang",
"-DCMAKE_CXX_COMPILER=clang++",
"-DCLANG_DEFAULT_LINKER=lld",
"-DCLANG_DEFAULT_LINKER=lld", "-DCLANG_DEFAULT_PIE_ON_LINUX=OFF",
"-DCMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN:PATH=/opt/rh/devtoolset-7/root/usr",
"-DCMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN:PATH=/opt/rh/devtoolset-7/root/usr",
"-DLLVM_BINUTILS_INCDIR=/usr/include", "-DBUILD_SHARED_LIBS=ON", "-DLLVM_ENABLE_WERROR=ON",
Expand Down

0 comments on commit b6ddf02

Please sign in to comment.