summaryrefslogtreecommitdiff
path: root/tools/c-arcmt-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-09-01 06:38:53 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-09-01 06:38:53 +0000
commitb6678d77aeed407827d5c35116d4f19a73300592 (patch)
treee917843914823cebabe59152e5f87643f123796c /tools/c-arcmt-test
parent2193012f4333028f9840cb27db408f4c5fc5ec13 (diff)
downloadclang-b6678d77aeed407827d5c35116d4f19a73300592.tar.gz
clang-b6678d77aeed407827d5c35116d4f19a73300592.tar.bz2
clang-b6678d77aeed407827d5c35116d4f19a73300592.tar.xz
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
Diffstat (limited to 'tools/c-arcmt-test')
-rw-r--r--tools/c-arcmt-test/Makefile10
1 files changed, 8 insertions, 2 deletions
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