1273af232c
* Add initial version of build files; * Update README with instructions to download and build MLIR from github; -- PiperOrigin-RevId: 241102092
11 lines
231 B
CMake
11 lines
231 B
CMake
add_llvm_library(MLIREDSC
|
|
Builders.cpp
|
|
Helpers.cpp
|
|
Intrinsics.cpp
|
|
MLIREmitter.cpp
|
|
Types.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/EDSC
|
|
)
|
|
add_dependencies(MLIREDSC MLIRReferenceImplementationTestGen)
|