github.com/distbuild/reclient@v0.0.0-20240401075343-3de72e395564/third_party/patches/llvm/llvm-bzl-config.patch (about)

     1  diff --git a/utils/bazel/configure.bzl b/utils/bazel/configure.bzl
     2  --- a/utils/bazel/configure.bzl	(revision 82e851a407c52d65ce65e7aa58453127e67d42a0)
     3  +++ b/utils/bazel/configure.bzl	(date 1705188246176)
     4  @@ -32,7 +32,7 @@
     5   ]
     6  
     7   def _overlay_directories(repository_ctx):
     8  -    src_path = repository_ctx.path(Label("@llvm-raw//:WORKSPACE")).dirname
     9  +    src_path = repository_ctx.path(Label("@llvm//:WORKSPACE")).dirname
    10       bazel_path = src_path.get_child("utils").get_child("bazel")
    11       overlay_path = bazel_path.get_child("llvm-project-overlay")
    12       script_path = bazel_path.get_child("overlay_directories.py")