From 6f7eeb9a977ca2ed31a2c749fa421d6c850d38d5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 22 Jan 2013 04:11:33 +0000 Subject: libclang: Update comment about USEDLIBS in c-*-test/Makefile. "Note that 'USEDLIBS' must include all of the core clang libraries when -static is given to linker on cygming." git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173124 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/c-arcmt-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/c-arcmt-test') diff --git a/tools/c-arcmt-test/Makefile b/tools/c-arcmt-test/Makefile index 1b78df0aba..02b8ab7bd6 100644 --- a/tools/c-arcmt-test/Makefile +++ b/tools/c-arcmt-test/Makefile @@ -24,7 +24,7 @@ include $(CLANG_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc # Note that 'USEDLIBS' must include all of the core clang libraries -# as clang.dll is unavailable on cygming yet. +# when -static is given to linker on cygming. USEDLIBS = clang.a \ clangARCMigrate.a \ clangRewriteFrontend.a \ -- cgit v1.2.3