зеркало из https://github.com/microsoft/clang-1.git
this depends on the bitcode reader, since it is using it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
69a8552f85
Коммит
ac179ca12b
|
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
${LLVM_TARGETS_TO_BUILD}
|
||||
asmparser
|
||||
support
|
||||
bitreader
|
||||
mc
|
||||
)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
|
|||
SHARED_LIBRARY = 1
|
||||
|
||||
include $(CLANG_LEVEL)/../../Makefile.config
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
|
||||
USEDLIBS = clangFrontend.a clangDriver.a \
|
||||
clangTooling.a \
|
||||
clangSerialization.a \
|
||||
|
|
Загрузка…
Ссылка в новой задаче