This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix out-of-tree builds
ClosedPublic

Authored by tskeith on Jun 17 2020, 11:56 AM.

Details

Summary

Replace two MLIR dependencies with MLIRLinalgOps.

Diff Detail

Event Timeline

tskeith created this revision.Jun 17 2020, 11:56 AM
klausler accepted this revision.Jun 17 2020, 11:57 AM
This revision is now accepted and ready to land.Jun 17 2020, 11:57 AM
PeteSteinfeld accepted this revision.Jun 17 2020, 12:04 PM

I ran cmake with this patch and got no errors. Thanks, Tim!

This revision was automatically updated to reflect the committed changes.