From 0b16369daa11a474b51eff843535b10c84d4b535 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Thu, 13 Nov 2025 22:38:29 +0000 Subject: [PATCH] Revert "Build the lldb asan tests with the system compiler" This reverts commit c05cd2aebb71471f53fdfa4238aa3c5c0da28acf. This was a speculative change and we really do want to test using the just-built compiler. --- zorg/jenkins/jobs/jobs/lldb-cmake-sanitized | 3 --- 1 file changed, 3 deletions(-) diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized b/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized index 279330fde..6ef6fe11c 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-sanitized @@ -105,14 +105,11 @@ pipeline { # Running too many asanified threads is too stressful for the kernel and we get >90% system time. export MAX_PARALLEL_TESTS=$(sysctl hw.physicalcpu |awk '{print int(($2+1)/2)}') - # Using the system compiler to compile the LLDB tests. By default macOS does - # not allow loading the ASAN runtime into system binaries. python3 llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake-sanitized build \ --assertions \ --projects="clang;lld;lldb" \ --runtimes="" \ --cmake-type=Release \ - --lldb-test-compiler=$(xcrun -find clang) \ --cmake-flag="-DPython3_EXECUTABLE=$(which python)" ''' script {