diff options
Diffstat (limited to 'llvm/tools/llvm-ranlib/Makefile')
| -rw-r--r-- | llvm/tools/llvm-ranlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/llvm-ranlib/Makefile b/llvm/tools/llvm-ranlib/Makefile index 1379532f5ee..ca4d0ce85d1 100644 --- a/llvm/tools/llvm-ranlib/Makefile +++ b/llvm/tools/llvm-ranlib/Makefile @@ -9,8 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-ranlib -USEDLIBS = LLVMArchive.a LLVMBCReader.a \ - LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS = archive bcreader REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |

