LLVMBuild stuff didn't actually provide a single place for dependencies,
it just added a third place.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177989
91177308-0d34-0410-b5e6-
96231b3b80d8
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
- instrumentation ipo linker selectiondag
+ instrumentation ipo irreader linker selectiondag
USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \
clangSerialization.a clangCodeGen.a clangParse.a clangSema.a