2019-03-30 13:10:12 +08:00
|
|
|
add_llvm_library(MLIRSupport
|
|
|
|
FileUtilities.cpp
|
2019-04-26 12:01:21 +08:00
|
|
|
StorageUniquer.cpp
|
2019-03-30 13:10:12 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Support
|
|
|
|
)
|
|
|
|
target_link_libraries(MLIRSupport LLVMSupport)
|