This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Remove explicit relative_to_caller_repository
ClosedPublic

Authored by GMNGeoffrey on Jul 20 2021, 4:31 PM.

Details

Summary

This is the default and the argument is deprecated. The documentation
indicating it's the default is only since 4.0
(https://docs.bazel.build/versions/4.0.0/skylark/lib/Label.html#Label),
but looking at the code it has been the default since its introduction
in https://bazel.googlesource.com/bazel/+/6f15335dea with Bazel 0.2.1
(https://bazel.googlesource.com/bazel/+show/0.2.1/CHANGELOG.md)

Diff Detail

Event Timeline

GMNGeoffrey created this revision.Jul 20 2021, 4:31 PM
GMNGeoffrey requested review of this revision.Jul 20 2021, 4:31 PM
jpienaar accepted this revision.Jul 20 2021, 4:41 PM
This revision is now accepted and ready to land.Jul 20 2021, 4:41 PM
This revision was landed with ongoing or failed builds.Jul 20 2021, 4:42 PM
This revision was automatically updated to reflect the committed changes.