]> granicus.if.org Git - clang/commitdiff
Comment that clang.dll is unavailable on cygming yet.
authorTed Kremenek <kremenek@apple.com>
Sat, 1 Sep 2012 07:38:58 +0000 (07:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 1 Sep 2012 07:38:58 +0000 (07:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163055 91177308-0d34-0410-b5e6-96231b3b80d8

tools/c-arcmt-test/Makefile

index d12766af7527e9bc3906f8996041adb5c34f5fd5..3372daebcb8611e5b06113f0216094da2aba36a1 100644 (file)
@@ -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 \