Skip to content

Commit c6c028a

Browse files
committed
---
yaml --- r: 6308 b: refs/heads/master c: 895822a h: refs/heads/master v: v3
1 parent d73c283 commit c6c028a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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: cda2e07c37d511dfa49167ebecb7278d0f64cbac
2+
refs/heads/master: 895822a61cef0fcf1e9207eb0993cf8be27133c4

trunk/configure

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ opt valgrind 1 "run tests with valgrind"
252252
opt docs 1 "build documentation"
253253
opt optimize 1 "build optimized rust code"
254254
opt optimize-cxx 1 "build optimized C++ code"
255+
opt optimize-llvm 1 "build optimized LLVM"
255256
opt mingw-cross 0 "cross-compile for win32 using mingw"
256257
opt clang 0 "prefer gcc to clang for building the runtime"
257-
opt debug-llvm 0 "build LLVM in debug mode"
258258
valopt prefix "/usr/local" "set installation prefix"
259259
valopt llvm-root "" "set LLVM root"
260260
valopt target-triples "" "LLVM target triples (defaults to host if unset)"
@@ -440,7 +440,8 @@ do
440440
LLVM_BUILD="--build=$t"
441441
LLVM_HOST="--host=$t"
442442
LLVM_TARGET="--target=$t"
443-
if [ ! -z "$CFG_ENABLE_DEBUG_LLVM" ]
443+
444+
if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
444445
then
445446
LLVM_DBG_OPTS=""
446447
# Just use LLVM straight from its build directory to

0 commit comments

Comments
 (0)