llvm-project/llvm/lib/Target/X86/InstPrinter/CMakeLists.txt

7 lines
138 B
CMake

add_llvm_library(LLVMX86AsmPrinter
X86ATTInstPrinter.cpp
X86IntelInstPrinter.cpp
X86InstComments.cpp
X86InstPrinterCommon.cpp
)