summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-arcmt-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-22 04:11:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-22 04:11:33 +0000
commit873a63ce19b48f9df0e41ba6c4ddba7cbb2f476c (patch)
tree8f7829b6e35860b07d0cefa21c4f3e5847f9a47b /clang/tools/c-arcmt-test
parent08e028e194e51d9fc1e14beaacb21ab7623f9f84 (diff)
downloadbcm5719-llvm-873a63ce19b48f9df0e41ba6c4ddba7cbb2f476c.tar.gz
bcm5719-llvm-873a63ce19b48f9df0e41ba6c4ddba7cbb2f476c.zip
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." llvm-svn: 173124
Diffstat (limited to 'clang/tools/c-arcmt-test')
-rw-r--r--clang/tools/c-arcmt-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-arcmt-test/Makefile b/clang/tools/c-arcmt-test/Makefile
index 1b78df0aba1..02b8ab7bd68 100644
--- a/clang/tools/c-arcmt-test/Makefile
+++ b/clang/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 \
OpenPOWER on IntegriCloud