summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-05-23 16:50:29 +0000
committerDuncan Sands <baldrick@free.fr>2011-05-23 16:50:29 +0000
commitf0f143e31d44bab43b15906391b5063a8a250e37 (patch)
tree2c626b442fa2ccf7bb7267d24afac2bc197c0ecd /llvm/autoconf/configure.ac
parentd9eafdcfd5b308882fca65e90e7b357c0486757c (diff)
downloadbcm5719-llvm-f0f143e31d44bab43b15906391b5063a8a250e37.tar.gz
bcm5719-llvm-f0f143e31d44bab43b15906391b5063a8a250e37.zip
The dragonegg option to disable LLVM optimizations changed.
llvm-svn: 131903
Diffstat (limited to 'llvm/autoconf/configure.ac')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 6b5efbeaeb6..f0e7c421133 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1528,7 +1528,7 @@ dnl Set the flags needed to emit LLVM IR and to disable optimizations
dnl in llvmgcc
if test "$llvm_cv_llvmgcc_dragonegg" = "yes" ; then
LLVMCC_EMITIR_FLAG="-fplugin-arg-dragonegg-emit-ir"
- LLVMCC_DISABLEOPT_FLAGS="-fplugin-arg-dragonegg-disable-llvm-optzns"
+ LLVMCC_DISABLEOPT_FLAGS="-fplugin-arg-dragonegg-llvm-ir-optimize=0"
else
LLVMCC_EMITIR_FLAG="-emit-llvm"
LLVMCC_DISABLEOPT_FLAGS="-mllvm -disable-llvm-optzns"
OpenPOWER on IntegriCloud