Author: void
Date: Thu May 30 15:30:06 2013
New Revision: 182959

URL: http://llvm.org/viewvc/llvm-project?rev=182959&view=rev
Log:
Fix the build. Use proper names here.

Modified:
    clang-tools-extra/trunk/unittests/cpp11-migrate/Makefile

Modified: clang-tools-extra/trunk/unittests/cpp11-migrate/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/cpp11-migrate/Makefile?rev=182959&r1=182958&r2=182959&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/cpp11-migrate/Makefile (original)
+++ clang-tools-extra/trunk/unittests/cpp11-migrate/Makefile Thu May 30 
15:30:06 2013
@@ -11,7 +11,7 @@ CLANG_LEVEL = ../../../..
 include $(CLANG_LEVEL)/../../Makefile.config
 
 TESTNAME = Cpp11MigrateTests
-LINK_COMPONENTS := asmparser bitreader support mc mcparser
+LINK_COMPONENTS := asmparser bitreader support MC MCParser
 USEDLIBS = migrateCore.a clangTooling.a clangFrontend.a clangSerialization.a 
clangDriver.a \
                   clangRewriteFrontend.a clangRewriteCore.a clangParse.a \
                   clangSema.a clangAnalysis.a \


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to