Home | History | Annotate | Download | only in MIRParser
      1 add_llvm_library(LLVMMIRParser
      2   MILexer.cpp
      3   MIParser.cpp
      4   MIRParser.cpp
      5   )
      6 
      7 add_dependencies(LLVMMIRParser intrinsics_gen)
      8