File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cda2e07c37d511dfa49167ebecb7278d0f64cbac
2
+ refs/heads/master: 895822a61cef0fcf1e9207eb0993cf8be27133c4
Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ opt valgrind 1 "run tests with valgrind"
252
252
opt docs 1 " build documentation"
253
253
opt optimize 1 " build optimized rust code"
254
254
opt optimize-cxx 1 " build optimized C++ code"
255
+ opt optimize-llvm 1 " build optimized LLVM"
255
256
opt mingw-cross 0 " cross-compile for win32 using mingw"
256
257
opt clang 0 " prefer gcc to clang for building the runtime"
257
- opt debug-llvm 0 " build LLVM in debug mode"
258
258
valopt prefix " /usr/local" " set installation prefix"
259
259
valopt llvm-root " " " set LLVM root"
260
260
valopt target-triples " " " LLVM target triples (defaults to host if unset)"
440
440
LLVM_BUILD=" --build=$t "
441
441
LLVM_HOST=" --host=$t "
442
442
LLVM_TARGET=" --target=$t "
443
- if [ ! -z " $CFG_ENABLE_DEBUG_LLVM " ]
443
+
444
+ if [ ! -z " $CFG_DISABLE_OPTIMIZE_LLVM " ]
444
445
then
445
446
LLVM_DBG_OPTS=" "
446
447
# Just use LLVM straight from its build directory to
You can’t perform that action at this time.
0 commit comments