aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-09-01 07:38:58 +0000
committerTed Kremenek <kremenek@apple.com>2012-09-01 07:38:58 +0000
commit296028e371777b21de3eebce6774d7eeb18ba4f2 (patch)
tree8fbae8c2baef758a0b351f22793db122a16045a1
parentb6678d77aeed407827d5c35116d4f19a73300592 (diff)
Comment that clang.dll is unavailable on cygming yet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163055 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/c-arcmt-test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile
index d12766af75..3372daebcb 100644
--- a/tools/c-arcmt-test/Makefile
+++ b/tools/c-arcmt-test/Makefile
@@ -22,6 +22,9 @@ NO_INSTALL = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+
+# Note that 'USEDLIBS' must include all of the core clang libraries
+# as clang.dll is unavailable on cygming yet.
USEDLIBS = clang.a \
clangARCMigrate.a \
clangRewriteFrontend.a \