Skip to content

Commit 60f32b5

Browse files
AIX: Default SANITIZER_DISABLE_SYMBOLIZER_PATH_SEARCH to ON
llvm/llvm-project#129012 added a new CMake flag. This flag is used by IBM's downstream builds. This patch sets the flag on the community buildbot for AIX to ensure upstream coverage and visibility.
1 parent 2e648b0 commit 60f32b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,8 @@
780780
"-DPython3_EXECUTABLE:FILEPATH=python3",
781781
"-DLLVM_ENABLE_ZLIB=OFF", "-DLLVM_APPEND_VC_REV=OFF",
782782
"-DLLVM_PARALLEL_LINK_JOBS=2",
783-
"-DLLVM_ENABLE_WERROR=ON"]),
783+
"-DLLVM_ENABLE_WERROR=ON",
784+
"-DSANITIZER_DISABLE_SYMBOLIZER_PATH_SEARCH:BOOL=ON"]),
784785
'env' : {'OBJECT_MODE': '64'}},
785786

786787
{'name' : "clang-s390x-linux",

0 commit comments

Comments
 (0)