Details
Details
- Reviewers
mehdi_amini - Commits
- rGf17b137f778d: [mlir] don't install tutorial libraries
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The DISABLE_INSTALL keyword isn't used in MLIR apparently, how are other libraries handled? For example I see a bunch of add_mlir_library in mlir/test/...
Comment Actions
The test libraries seem to be getting away with just EXCLUDE_FROM_MLIR. Let's try that.
Comment Actions
(also if you can add Fix #... in the description to link this to the GitHub issue)
I'm not sure it actually fixes that problem. The packaging scripts seem to only fetching a committed version and at this point it will be faster to wait for the next nightly than to try modifying the scripts for me.