summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/Makefile
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2012-10-26 10:49:15 +0000
committerJoerg Sonnenberger <joerg@bec.de>2012-10-26 10:49:15 +0000
commit975bc072ae1d4502d0dc7ca0d218a18574108ee6 (patch)
treecc3113016f59defebbbfc0e465207d1040d6b9a0 /tools/llvm-ar/Makefile
parent0bd10f2af37e694f08f41199f4c6792c494430d9 (diff)
downloadllvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.gz
llvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.bz2
llvm-975bc072ae1d4502d0dc7ca0d218a18574108ee6.tar.xz
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Always use an exit code of 1, but print the help message if useful. Remove the exception handling tag in llvm-as, llvm-dis and llvm-bcanalyzer, where it isn't used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r--tools/llvm-ar/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
index 6ee6f34942..fafb14bc12 100644
--- a/tools/llvm-ar/Makefile
+++ b/tools/llvm-ar/Makefile
@@ -10,7 +10,6 @@
LEVEL := ../..
TOOLNAME := llvm-ar
LINK_COMPONENTS := archive
-REQUIRES_EH := 1
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1