1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/MC/MCAnalysis/CMakeLists.txt
Rafael Espindola 388e436556 Move CFG building code to a new lib/MC/MCAnalysis library.
The new library is 150KB on a Release+Asserts build, so it is quiet a bit of
code that regular users of MC don't need to link with now.

llvm-svn: 212209
2014-07-02 19:49:34 +00:00

9 lines
144 B
CMake

add_llvm_library(LLVMMCAnalysis
MCAtom.cpp
MCFunction.cpp
MCModule.cpp
MCModuleYAML.cpp
MCObjectDisassembler.cpp
MCObjectSymbolizer.cpp
)