This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Swap stray td_srcs to deps
ClosedPublic

Authored by GMNGeoffrey on Jul 23 2021, 3:04 PM.

Details

Summary

This is the last instance of td_srcs in MLIR core build files. deps is
generally preferred. There are still some cases where td_srcs is
useful where creating a td_library would just be another layer of
indirection, so not (yet) dropping it entirely.

Diff Detail

Event Timeline

GMNGeoffrey created this revision.Jul 23 2021, 3:04 PM
GMNGeoffrey requested review of this revision.Jul 23 2021, 3:04 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 23 2021, 3:07 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.