mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 22:43:29 +00:00
b70d5cdfe1
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. llvm-svn: 75751
7 lines
150 B
CMake
7 lines
150 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMCBackendInfo
|
|
CBackendTargetInfo.cpp
|
|
)
|
|
|