[cfe-commits] r163055 - /cfe/trunk/tools/c-arcmt-test/Makefile
Ted Kremenek
kremenek at apple.com
Sat Sep 1 00:38:59 PDT 2012
Author: kremenek
Date: Sat Sep 1 02:38:58 2012
New Revision: 163055
URL: http://llvm.org/viewvc/llvm-project?rev=163055&view=rev
Log:
Comment that clang.dll is unavailable on cygming yet.
Modified:
cfe/trunk/tools/c-arcmt-test/Makefile
Modified: cfe/trunk/tools/c-arcmt-test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-arcmt-test/Makefile?rev=163055&r1=163054&r2=163055&view=diff
==============================================================================
--- cfe/trunk/tools/c-arcmt-test/Makefile (original)
+++ cfe/trunk/tools/c-arcmt-test/Makefile Sat Sep 1 02:38:58 2012
@@ -22,6 +22,9 @@
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 \
More information about the cfe-commits
mailing list