• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_library(LLVMMIRParser
2  MILexer.cpp
3  MIParser.cpp
4  MIRParser.cpp
5  )
6
7add_dependencies(LLVMMIRParser intrinsics_gen)
8