LLVM build system separates between add_llvm_example_library and
add_llvm_library, which is presumably used to package examples
separately from the regular library. Introduce a similar approach to
building example libraries in MLIR and use it for the transform dialect
tutorial.
Details
Details
- Reviewers
mehdi_amini - Commits
- rGe2b19ef6ac7e: [mlir] mark libraries in mlir/examples as such
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Introduce add_mlir_example_library
We cannot use LLVM's one directly because it will include the library into
LLVM installation.