This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Unbreak building mlir-reduce
ClosedPublic

Authored by marbre on Jul 5 2021, 8:04 AM.

Details

Summary

Unbreaks building mlir-reduce when DLLVM_INCLUDE_TESTS is set to OFF.
The dependency MLIRTestDialect is only available if building with tests.

Diff Detail

Event Timeline

marbre created this revision.Jul 5 2021, 8:04 AM
marbre requested review of this revision.Jul 5 2021, 8:04 AM
ftynse accepted this revision.Jul 5 2021, 8:06 AM
ftynse added a subscriber: ftynse.

Feel free to submit build fixes directly to through git.

This revision is now accepted and ready to land.Jul 5 2021, 8:06 AM
This revision was landed with ongoing or failed builds.Jul 5 2021, 8:10 AM
This revision was automatically updated to reflect the committed changes.

Sorry about this, thanks for fixing it!