From 296028e371777b21de3eebce6774d7eeb18ba4f2 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Sat, 1 Sep 2012 07:38:58 +0000 Subject: [PATCH] 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 --- tools/c-arcmt-test/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.40.0