aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/InstPrinter/CMakeLists.txt
blob: 686a37e614988c42bda29988c82b8e823fc3f8ac (plain)
1
2
3
4
5
add_llvm_library(LLVMX86AsmPrinter
  X86ATTInstPrinter.cpp
  X86IntelInstPrinter.cpp
  X86InstComments.cpp
  )