summaryrefslogtreecommitdiff
path: root/tools/llvm-link/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-link/Makefile')
-rw-r--r--tools/llvm-link/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile
index 0663396cdd..f976135867 100644
--- a/tools/llvm-link/Makefile
+++ b/tools/llvm-link/Makefile
@@ -9,8 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-link
-USEDLIBS = LLVMLinker.a LLVMBCReader.a LLVMBCWriter.a \
- LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+LINK_COMPONENTS = linker bcreader bcwriter
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common