mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 02:14:23 +00:00
Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."
Oh sorry, I missed LTO.exports, ... I checked just only *.cpp(s). llvm-svn: 200562
This commit is contained in:
parent
8ff8b30e4d
commit
3bf2c4f08d
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
LTO
|
||||
MC
|
||||
MCDisassembler
|
||||
Support
|
||||
)
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
LEVEL := ../..
|
||||
LIBRARYNAME := LTO
|
||||
LINK_COMPONENTS := all-targets core lto mc support
|
||||
LINK_COMPONENTS := all-targets core lto mc mcdisassembler support
|
||||
LINK_LIBS_IN_SHARED := 1
|
||||
SHARED_LIBRARY := 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user