[PATCH] D119547: [libc][bazel] Add tests to the bazel build
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 10:05:28 PST 2022
GMNGeoffrey added a comment.
I think we should provide at least the option for users to use these from their system, as we do with zlib
================
Comment at: utils/bazel/WORKSPACE:88
+ strip_prefix = "rules_foreign_cc-0.7.0",
+ url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.0.tar.gz",
+)
----------------
Maybe switch to [git_repository](https://docs.bazel.build/versions/main/repo/git.html#git_repository)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119547/new/
https://reviews.llvm.org/D119547
More information about the llvm-commits
mailing list