Fix missing component.

llvm-svn: 216506
This commit is contained in:
Julien Lerouge 2014-08-27 00:33:21 +00:00
parent b3833ef0c1
commit 23ea50eee4
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
CLANG_LEVEL = ../..
TESTNAME = CodeGen
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option \
profiledata
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
clangRewrite.a clangRewriteFrontend.a \
clangParse.a clangSema.a clangAnalysis.a \