forked from OSchip/llvm-project
[mlir][CAPI] Remove the exclusion of the MLIR C-API from libMLIR.so.
* I believe this was done early on due to it being experimental/etc. * Needed for dynamic linking in npcomp. Differential Revision: https://reviews.llvm.org/D89081
This commit is contained in:
parent
5390c5a96e
commit
137da82b86
|
@ -7,8 +7,6 @@ add_mlir_library(MLIRCAPIIR
|
|||
StandardTypes.cpp
|
||||
Support.cpp
|
||||
|
||||
EXCLUDE_FROM_LIBMLIR
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${MLIR_MAIN_INCLUDE_DIR}/mlir-c
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@ get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
|
|||
add_mlir_library(MLIRCAPIRegistration
|
||||
Registration.cpp
|
||||
|
||||
EXCLUDE_FROM_LIBMLIR
|
||||
|
||||
ADDITIONAL_HEADER_DIRS
|
||||
${MLIR_MAIN_INCLUDE_DIR}/mlir-c
|
||||
|
||||
|
|
Loading…
Reference in New Issue