aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Driver/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Driver/Makefile b/Driver/Makefile
index e7c5ee8145..22d7ffbfb5 100644
--- a/Driver/Makefile
+++ b/Driver/Makefile
@@ -8,12 +8,9 @@ CXXFLAGS = -fno-rtti
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD)
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader bitwriter codegen ipo selectiondag
USEDLIBS = clangCodeGen.a clangAnalysis.a clangRewrite.a clangSema.a \
clangDriver.a clangAST.a clangParse.a clangLex.a \
- clangBasic.a LLVMCore.a LLVMSupport.a LLVMSystem.a \
- LLVMBitWriter.a LLVMBitReader.a LLVMSelectionDAG.a \
- LLVMCodeGen.a LLVMTransformUtils.a LLVMScalarOpts.a \
- LLVMAnalysis.a LLVMTarget.a LLVMipo.a
+ clangBasic.a
include $(LLVM_SRC_ROOT)/Makefile.rules