[PATCH] D136496: [bazel] Make labels to third-party dependencies explicit
Christian Sigg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 29 01:31:51 PDT 2022
csigg added a comment.
Have you tried to simply use e.g. "//:WORKSPACE" (without Label, without @llvm-raw)?
I think this might work because those rules are provided by @llvm-raw (or whatever the repo is called).
So this change would mainly be about not actively referring to targets in the calling repository, which is what `Label` does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136496/new/
https://reviews.llvm.org/D136496
More information about the llvm-commits
mailing list