From: Julien Lerouge Date: Wed, 27 Aug 2014 00:33:21 +0000 (+0000) Subject: Fix missing component. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3310f5a465697e7351858f280ff9045453d74a;p=clang Fix missing component. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/CodeGen/Makefile b/unittests/CodeGen/Makefile index cf7afc2a1b..77d5cb4b2b 100644 --- a/unittests/CodeGen/Makefile +++ b/unittests/CodeGen/Makefile @@ -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 \