File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 13
13
// (b) The debugger/compiler that we're debugging as part of metrics collection is pinned to
14
14
// the llvm-19.x release and is supposed to be unchanging across runs of this job.
15
15
// Throughout this file we refer to it as "historic" or 'clang-19'. We build this
16
- // historic compiler with a 2-stage bootstrap build (the first stage in Release to
17
- // speed up the build process, and the second stage in Debug since we need to attach
18
- // LLDB to it).
16
+ // historic compiler build because we want improvements in the compiler to reflect
17
+ // in the benchmarks.
19
18
//
20
19
// (c) We use the compiler from (a) to build the "historic" Clang/LLDB.
21
20
//
@@ -153,9 +152,6 @@ pipeline {
153
152
-DCMAKE_EXPORT_COMPILE_COMMANDS=On \
154
153
-DCMAKE_C_COMPILER=$CC \
155
154
-DCMAKE_CXX_COMPILER=$CXX \
156
- -DCLANG_ENABLE_BOOTSTRAP=On \
157
- -DCLANG_BOOTSTRAP_PASSTHROUGH="LLDB_INCLUDE_TESTS;LLDB_ENABLE_PYTHON;LLDB_ENABLE_LUA" \
158
- -DBOOTSTRAP_CMAKE_BUILD_TYPE=Debug \
159
155
-G Ninja
160
156
cmake --build .
161
157
cd ../..
You can’t perform that action at this time.
0 commit comments