[all-commits] [llvm/llvm-project] cb53fe: [Bazel] Remove explicit relative_to_caller_repository

Geoffrey Martin-Noble via All-commits all-commits at lists.llvm.org
Tue Jul 20 16:42:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb53febe3d2f9b8e648d12b50915086d5774bcec
      https://github.com/llvm/llvm-project/commit/cb53febe3d2f9b8e648d12b50915086d5774bcec
  Author: Geoffrey Martin-Noble <gcmn at google.com>
  Date:   2021-07-20 (Tue, 20 Jul 2021)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/tblgen.bzl
    M utils/bazel/llvm-project-overlay/mlir/tblgen.bzl

  Log Message:
  -----------
  [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




More information about the All-commits mailing list