forked from OSchip/llvm-project
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
This commit is contained in:
parent
08e028e194
commit
873a63ce19
|
@ -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 \
|
||||
|
|
|
@ -23,6 +23,9 @@ TOOL_NO_EXPORTS = 1
|
|||
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
|
||||
# when -static is given to linker on cygming.
|
||||
USEDLIBS = clang.a \
|
||||
clangFormat.a clangRewriteCore.a \
|
||||
clangFrontend.a clangDriver.a \
|
||||
|
|
Loading…
Reference in New Issue