Skip to content

Commit

Permalink
[zorg][lldb-statistics] Build historic compiler as CMAKE_BUILD_TYPE=D…
Browse files Browse the repository at this point in the history
…ebug

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.
  • Loading branch information
Michael137 committed Oct 24, 2024
1 parent 8564d5e commit dc52b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zorg/jenkins/jobs/jobs/lldb-statistics
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ pipeline {
rsync -a $SRC/$HISTORIC_COMPILER/ $HISTORIC_COMPILER-src/
cd $HISTORIC_COMPILER-build
cmake ../$HISTORIC_COMPILER-src/llvm \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Debug \
-DLLVM_ENABLE_PROJECTS="clang;lldb" \
-DLLVM_ENABLE_ASSERTIONS=Off \
-DLLVM_ENABLE_MODULES=Off \
-DLLDB_INCLUDE_TESTS=Off \
-DLLDB_ENABLE_PYTHON=Off \
-DLLDB_ENABLE_PYTHON=ON \
-DLLDB_ENABLE_LUA=Off \
-DLLDB_ENABLE_LZMA=Off \
-DLLVM_TARGETS_TO_BUILD='X86;AArch64' \
Expand Down

0 comments on commit dc52b0e

Please sign in to comment.