mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
b70d5cdfe1
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. llvm-svn: 75751
7 lines
142 B
CMake
7 lines
142 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMMSILInfo
|
|
MSILTargetInfo.cpp
|
|
)
|
|
|