File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1456a23f7211c961d25b2cade2f56a8a3d44c3e3
2
+ refs/heads/master: cda2e07c37d511dfa49167ebecb7278d0f64cbac
Original file line number Diff line number Diff line change 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
+ if [ ! -z " $CFG_ENABLE_DEBUG_LLVM " ]
444
444
then
445
445
LLVM_DBG_OPTS=" "
446
446
# Just use LLVM straight from its build directory to
447
447
# avoid 'make install' time
448
448
LLVM_INST_DIR=$LLVM_BUILD_DIR /Debug+Asserts
449
449
else
450
- LLVM_DBG_OPTS=" --enabled -optimized"
450
+ LLVM_DBG_OPTS=" --enable -optimized"
451
451
LLVM_INST_DIR=$LLVM_BUILD_DIR /Release+Asserts
452
452
fi
453
453
LLVM_OPTS=" $LLVM_DBG_OPTS --disable-docs"
You can’t perform that action at this time.
0 commit comments