9 lines
108 B
CMake
9 lines
108 B
CMake
|
add_llvm_library(LLVMMIRParser
|
||
|
MILexer.cpp
|
||
|
MIParser.cpp
|
||
|
MIRParser.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
)
|