summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/InstPrinter/CMakeLists.txt
blob: 36a46cd7f4d5540698605a0227a1f8ff00eccc4b (plain)
1
2
3
4
5
add_llvm_library(LLVMXCoreAsmPrinter
  XCoreInstPrinter.cpp
  )

add_dependencies(LLVMXCoreAsmPrinter XCoreCommonTableGen)