diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-22 00:46:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-22 00:46:41 +0000 |
commit | 61db1a1b6a02b868f63bccefc17a31a21ac3a871 (patch) | |
tree | 03b0ae5addf48dcc9a3bac0889d5771fd6fc27a6 /tools/opt/Makefile | |
parent | d331cb3fdea8b450f9c2d981e6b59ee6f9cdbd91 (diff) | |
download | external_llvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.zip external_llvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.tar.gz external_llvm-61db1a1b6a02b868f63bccefc17a31a21ac3a871.tar.bz2 |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index b17be34..726cad8 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 |