r216506 - Fix missing component.

Julien Lerouge jlerouge at apple.com
Tue Aug 26 17:33:22 PDT 2014


Author: jlerouge
Date: Tue Aug 26 19:33:21 2014
New Revision: 216506

URL: http://llvm.org/viewvc/llvm-project?rev=216506&view=rev
Log:
Fix missing component.

Modified:
    cfe/trunk/unittests/CodeGen/Makefile

Modified: cfe/trunk/unittests/CodeGen/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/CodeGen/Makefile?rev=216506&r1=216505&r2=216506&view=diff
==============================================================================
--- cfe/trunk/unittests/CodeGen/Makefile (original)
+++ cfe/trunk/unittests/CodeGen/Makefile Tue Aug 26 19:33:21 2014
@@ -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 \





More information about the cfe-commits mailing list