1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/MC/CMakeLists.txt
Daniel Dunbar 323218db15 Start flushing out MCContext.
- Lives inside new library lib/MC (LLVMMC.a)

llvm-svn: 74013
2009-06-23 22:01:43 +00:00

4 lines
44 B
CMake

add_llvm_library(LLVMMC
MCContext.cpp
)