Fix the build. Use proper names here.

llvm-svn: 182959
This commit is contained in:
Bill Wendling 2013-05-30 20:30:06 +00:00
parent 753dd09e23
commit fb372aefa5
1 changed files with 1 additions and 1 deletions

View File

@ -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 \