Skip to content

Commit d73c283

Browse files
committed
---
yaml --- r: 6307 b: refs/heads/master c: cda2e07 h: refs/heads/master i: 6305: ac15af3 6303: 496304c v: v3
1 parent 53bbb53 commit d73c283

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1456a23f7211c961d25b2cade2f56a8a3d44c3e3
2+
refs/heads/master: cda2e07c37d511dfa49167ebecb7278d0f64cbac

trunk/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,14 +440,14 @@ do
440440
LLVM_BUILD="--build=$t"
441441
LLVM_HOST="--host=$t"
442442
LLVM_TARGET="--target=$t"
443-
if [ -z "$CFG_ENABLE_DEBUG_LLVM" ]
443+
if [ ! -z "$CFG_ENABLE_DEBUG_LLVM" ]
444444
then
445445
LLVM_DBG_OPTS=""
446446
# Just use LLVM straight from its build directory to
447447
# avoid 'make install' time
448448
LLVM_INST_DIR=$LLVM_BUILD_DIR/Debug+Asserts
449449
else
450-
LLVM_DBG_OPTS="--enabled-optimized"
450+
LLVM_DBG_OPTS="--enable-optimized"
451451
LLVM_INST_DIR=$LLVM_BUILD_DIR/Release+Asserts
452452
fi
453453
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs"

0 commit comments

Comments
 (0)