Skip to content

Commit 65eb699

Browse files
committed
Remove unnececary LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF
1 parent f4e7619 commit 65eb699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_fast.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clobber
2020

2121
build_stage1_clang_at_revison
2222

23-
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF"
23+
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_ASSERTIONS=ON"
2424

2525
# Some of them are slow.
2626
STAGE2_SKIP_TEST_CXX=1

0 commit comments

Comments
 (0)