8 lines
128 B
CMake
8 lines
128 B
CMake
add_llvm_library(LLVMMIRParser
|
|
MILexer.cpp
|
|
MIParser.cpp
|
|
MIRParser.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMMIRParser intrinsics_gen)
|