aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MIRParser/CMakeLists.txt
blob: 468f072ed7f3b79cb896c9a429760e28bba5560b (plain) (blame)
1
2
3
4
5
add_llvm_library(LLVMMIRParser
  MIRParser.cpp
  )

add_dependencies(LLVMMIRParser intrinsics_gen)