From 975bc072ae1d4502d0dc7ca0d218a18574108ee6 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 26 Oct 2012 10:49:15 +0000 Subject: 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 --- tools/llvm-ar/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/llvm-ar/Makefile') 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 -- cgit v1.2.3