diff options
Diffstat (limited to 'tools/llvm-ranlib/Makefile')
-rw-r--r-- | tools/llvm-ranlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-ranlib/Makefile b/tools/llvm-ranlib/Makefile index 36195f4399ec..cca95013f486 100644 --- a/tools/llvm-ranlib/Makefile +++ b/tools/llvm-ranlib/Makefile @@ -10,7 +10,6 @@ LEVEL := ../.. TOOLNAME := llvm-ranlib LINK_COMPONENTS := archive -REQUIRES_EH := 1 # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |