llvm-project/llvm/lib/CodeGen/MIRParser/CMakeLists.txt

9 lines
108 B
CMake

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