9 lines
108 B
CMake
Raw Normal View History

add_llvm_library(LLVMMIRParser
MILexer.cpp
MIParser.cpp
MIRParser.cpp
DEPENDS
intrinsics_gen
)