Stella Laurenzo 08c1a0dda4 [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply).
Re-applies the reverted https://reviews.llvm.org/D90824 now that the link issue on BFD has been resolved.

This reverts commit bb9b5d39712e39e15b22b36e8138075cea0cd7b5.

Differential Revision: https://reviews.llvm.org/D91044
2020-11-08 16:57:51 -08:00

7 lines
101 B
CMake

add_mlir_public_c_api_library(MLIRCAPITransforms
Passes.cpp
LINK_LIBS PUBLIC
MLIRTransforms
)