[PATCH] D150641: [bazel] Refactor entries in WORKSPACE to bzl files
Aaron Siddhartha Mondal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 14:27:55 PDT 2023
aaronmondal added a comment.
Ah I guess the `llvm_configure` still kind of works. So this doesn't seem to break the examples (more than they might already be). I believe we should ultimately aim for a setup like
http_archive(name = "llvm...", ...)
# load(...deps.bzl, "llvm_dependencies") # Or load(...repositories.bzl, "llvm_dependencies")
llvm_dependencies()
as this is what most projects look like, e.g. `rules_go`, `rules_proto`, and `rules_rust`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150641/new/
https://reviews.llvm.org/D150641
More information about the llvm-commits
mailing list