[Bazel] Remove explicit relative_to_caller_repository
authorGeoffrey Martin-Noble <gcmn@google.com>
Tue, 20 Jul 2021 23:23:33 +0000 (16:23 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Tue, 20 Jul 2021 23:42:31 +0000 (16:42 -0700)
commitcb53febe3d2f9b8e648d12b50915086d5774bcec
tree852dbb875aa08cacbc1f7d05a342462e5ffc07e2
parent04195843ef91d012dbaa1611b348447f8136c271
[Bazel] Remove explicit relative_to_caller_repository

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)

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D106411
utils/bazel/llvm-project-overlay/llvm/tblgen.bzl
utils/bazel/llvm-project-overlay/mlir/tblgen.bzl