summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-22 00:46:41 +0000
committerChris Lattner <sabre@nondot.org>2009-10-22 00:46:41 +0000
commit61db1a1b6a02b868f63bccefc17a31a21ac3a871 (patch)
tree03b0ae5addf48dcc9a3bac0889d5771fd6fc27a6 /tools/opt/Makefile
parentd331cb3fdea8b450f9c2d981e6b59ee6f9cdbd91 (diff)
downloadllvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.tar.gz
llvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.tar.bz2
llvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.tar.xz
nothing opt uses can throw, remove the try block and -fexceptions when
building opt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index b17be343a4..726cad8712 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -8,7 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = opt
-REQUIRES_EH := 1
LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo