[PATCH] D108237: Update bazel examples.

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 14:08:21 PDT 2021


GMNGeoffrey added inline comments.


================
Comment at: utils/bazel/examples/submodule/WORKSPACE:21
+new_local_repository(
+    name = "llvm-archive",
+    build_file_content = "# empty",
----------------
Nit: I think I prefer not calling this "archive" here. It's not an archive in this case. I thought llvm-raw was a decent name that worked for both submodule and http_archive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108237/new/

https://reviews.llvm.org/D108237



More information about the llvm-commits mailing list