1add_llvm_library(LLVMMIRParser
2  MILexer.cpp
3  MIParser.cpp
4  MIRParser.cpp
5
6  DEPENDS
7  intrinsics_gen
8  )
9