Re-applies the reverted https://reviews.llvm.org/D90824 now that the link issue on BFD has been resolved.
This reverts commit bb9b5d3971.
Differential Revision: https://reviews.llvm.org/D91044
10 lines
208 B
CMake
10 lines
208 B
CMake
# Dialect registration.
|
|
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
|
|
add_mlir_public_c_api_library(MLIRCAPIRegistration
|
|
Registration.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRCAPIIR
|
|
${dialect_libs}
|
|
)
|