1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/MC/MCDisassembler/CMakeLists.txt
Rafael Espindola d69ab9179e Finish inverting the MC -> Object dependency.
There were still some disassembler bits in lib/MC, but their use of Object
was only visible in the includes they used, not in the symbols.

llvm-svn: 213808
2014-07-23 22:26:07 +00:00

7 lines
130 B
CMake

add_llvm_library(LLVMMCDisassembler
Disassembler.cpp
MCRelocationInfo.cpp
MCExternalSymbolizer.cpp
MCDisassembler.cpp
)