mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
ed13cd203f
the instruction syntax, not the entire asmprinter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82387 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
295 B
CMake
11 lines
295 B
CMake
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
|
|
|
add_llvm_library(LLVMX86AsmPrinter
|
|
X86ATTAsmPrinter.cpp
|
|
X86ATTInstPrinter.cpp
|
|
X86AsmPrinter.cpp
|
|
X86IntelInstPrinter.cpp
|
|
X86MCInstLower.cpp
|
|
)
|
|
add_dependencies(LLVMX86AsmPrinter X86CodeGenTable_gen)
|