mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 00:27:31 +00:00
de011196a4
- Not fully enabled yet, need a configure regeneration. llvm-svn: 76230
7 lines
198 B
CMake
7 lines
198 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMX86AsmParser
|
|
X86AsmParser.cpp
|
|
)
|
|
add_dependencies(LLVMX86AsmParser X86CodeGenTable_gen)
|