Skip to content

Commit dc52b0e

Browse files
committed
[zorg][lldb-statistics] Build historic compiler as CMAKE_BUILD_TYPE=Debug
The statistics collection relies on the historic clang/lldb being debuggable (we need to print variables). This was an oversight from back when we built the historic compiler as a 2-stage bootstrap build.
1 parent 8564d5e commit dc52b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zorg/jenkins/jobs/jobs/lldb-statistics

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ pipeline {
140140
rsync -a $SRC/$HISTORIC_COMPILER/ $HISTORIC_COMPILER-src/
141141
cd $HISTORIC_COMPILER-build
142142
cmake ../$HISTORIC_COMPILER-src/llvm \
143-
-DCMAKE_BUILD_TYPE=Release \
143+
-DCMAKE_BUILD_TYPE=Debug \
144144
-DLLVM_ENABLE_PROJECTS="clang;lldb" \
145145
-DLLVM_ENABLE_ASSERTIONS=Off \
146146
-DLLVM_ENABLE_MODULES=Off \
147147
-DLLDB_INCLUDE_TESTS=Off \
148-
-DLLDB_ENABLE_PYTHON=Off \
148+
-DLLDB_ENABLE_PYTHON=ON \
149149
-DLLDB_ENABLE_LUA=Off \
150150
-DLLDB_ENABLE_LZMA=Off \
151151
-DLLVM_TARGETS_TO_BUILD='X86;AArch64' \

0 commit comments

Comments
 (0)