]> granicus.if.org Git - clang/commitdiff
Fix missing component.
authorJulien Lerouge <jlerouge@apple.com>
Wed, 27 Aug 2014 00:33:21 +0000 (00:33 +0000)
committerJulien Lerouge <jlerouge@apple.com>
Wed, 27 Aug 2014 00:33:21 +0000 (00:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216506 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CodeGen/Makefile

index cf7afc2a1bb095e84a7e5285d70107728b9a620d..77d5cb4b2b949dc0700607cb7c7847e7fd0c0e42 100644 (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 \