This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove unnecessary DEPENDS for MLIRMlirOptMain
ClosedPublic

Authored by antiagainst on May 7 2020, 6:55 AM.

Details

Summary

https://github.com/llvm/llvm-project/commit/c296d2dc53d5c11c
fixes the dependency issue by turning LINK_LIBS to PUBLIC.
These explicit DEPENDS are not needed anymore.

Diff Detail

Event Timeline

antiagainst created this revision.May 7 2020, 6:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2020, 6:55 AM
This revision is now accepted and ready to land.May 7 2020, 8:52 AM
This revision was automatically updated to reflect the committed changes.