aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmParser/CMakeLists.txt
blob: 2c1926edc26b8f72c997efc4ebbddcb2913902b9 (plain)
1
2
3
4
5
6
7
add_llvm_library(LLVMX86AsmParser
  X86AsmInstrumentation.cpp
  X86AsmParser.cpp

  LINK_LIBS
  LLVMX86CodeGen
  )