forked from OSchip/llvm-project
LTO itself hasn't depended on MCDisassembler any more.
llvm-svn: 200560
This commit is contained in:
parent
bee5c53819
commit
56908b3401
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||||
Core
|
Core
|
||||||
LTO
|
LTO
|
||||||
MC
|
MC
|
||||||
MCDisassembler
|
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,7 @@
|
||||||
|
|
||||||
LEVEL := ../..
|
LEVEL := ../..
|
||||||
LIBRARYNAME := LTO
|
LIBRARYNAME := LTO
|
||||||
LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \
|
LINK_COMPONENTS := all-targets core lto mc support
|
||||||
lto mcdisassembler vectorize
|
|
||||||
LINK_LIBS_IN_SHARED := 1
|
LINK_LIBS_IN_SHARED := 1
|
||||||
SHARED_LIBRARY := 1
|
SHARED_LIBRARY := 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue