diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 04:11:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 04:11:33 +0000 |
commit | 873a63ce19b48f9df0e41ba6c4ddba7cbb2f476c (patch) | |
tree | 8f7829b6e35860b07d0cefa21c4f3e5847f9a47b /clang/tools/c-arcmt-test | |
parent | 08e028e194e51d9fc1e14beaacb21ab7623f9f84 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 \ |