Skip to content

Commit f272cd8

Browse files
committed
Remove unnececary LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF
1 parent 20177e7 commit f272cd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -u
77
HERE="$(cd $(dirname $0) && pwd)"
88
. ${HERE}/buildbot_functions.sh
99

10-
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF"
10+
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON"
1111

1212
clobber
1313

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_hwasan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -u
77
HERE="$(cd $(dirname $0) && pwd)"
88
. ${HERE}/buildbot_functions.sh
99

10-
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF"
10+
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON"
1111

1212
clobber
1313

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_msan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -u
77
HERE="$(cd $(dirname $0) && pwd)"
88
. ${HERE}/buildbot_functions.sh
99

10-
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF"
10+
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON"
1111

1212
clobber
1313

zorg/buildbot/builders/sanitizers/buildbot_bootstrap_ubsan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -u
77
HERE="$(cd $(dirname $0) && pwd)"
88
. ${HERE}/buildbot_functions.sh
99

10-
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF"
10+
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON"
1111

1212
clobber
1313

0 commit comments

Comments
 (0)