From: NAKAMURA Takumi Date: Sat, 1 Sep 2012 06:38:53 +0000 (+0000) Subject: c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygming yet. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6678d77aeed407827d5c35116d4f19a73300592;p=clang c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygming yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163054 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile index 6294eff568..d12766af75 100644 --- a/tools/c-arcmt-test/Makefile +++ b/tools/c-arcmt-test/Makefile @@ -21,7 +21,13 @@ NO_INSTALL = 1 # LINK_COMPONENTS before including Makefile.rules include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) support mc -USEDLIBS = clang.a +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc +USEDLIBS = clang.a \ + clangARCMigrate.a \ + clangRewriteFrontend.a \ + clangRewriteCore.a \ + clangFrontend.a clangDriver.a \ + clangSerialization.a clangParse.a clangSema.a \ + clangAnalysis.a clangEdit.a clangAST.a clangLex.a clangBasic.a include $(CLANG_LEVEL)/Makefile