mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
a45ddcf8f1
M68kDisassembler should put M68kDesc as its direct library dependency since it uses logics releated to code beads Otherwise the build will fail when building LLVM libraries as shared objects (building LLVM libraries statically won't have this problem though)
14 lines
169 B
CMake
14 lines
169 B
CMake
add_llvm_component_library(LLVMM68kDisassembler
|
|
M68kDisassembler.cpp
|
|
|
|
LINK_COMPONENTS
|
|
M68kDesc
|
|
M68kInfo
|
|
MCDisassembler
|
|
Support
|
|
|
|
ADD_TO_COMPONENT
|
|
M68k
|
|
)
|
|
|