mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65c98b9da4
commit
fa2c38470c
@ -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…
Reference in New Issue
Block a user