Skip to content

Commit cf75a7a

Browse files
authored
Revert "Build the lldb asan tests with the system compiler" (llvm#655)
This reverts commit c05cd2a. This was a speculative change and we really do want to test using the just-built compiler.
1 parent 7e75ae9 commit cf75a7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zorg/jenkins/jobs/jobs/lldb-cmake-sanitized

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,11 @@ pipeline {
105105
# Running too many asanified threads is too stressful for the kernel and we get >90% system time.
106106
export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}')
107107
108-
# Using the system compiler to compile the LLDB tests. By default macOS does
109-
# not allow loading the ASAN runtime into system binaries.
110108
python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \
111109
--assertions \
112110
--projects="clang;lld;lldb" \
113111
--runtimes="" \
114112
--cmake-type=Release \
115-
--lldb-test-compiler=$(xcrun -find clang) \
116113
--cmake-flag="-DPython3_EXECUTABLE=$(which python)"
117114
'''
118115
script {

0 commit comments

Comments
 (0)