[PATCH] D90352: Introduce a Bazel build configuration

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 13:40:05 PDT 2023


GMNGeoffrey added inline comments.


================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:479
+    deps = [
+        ":tblgen",
+    ],
----------------
chapuni wrote:
> @GMNGeoffrey Excuse me to the old commit.
> Do you remember the reason why you split `:tblgen`?
> I would like to know the background.
There are unit tests that depend on the library: https://github.com/llvm/llvm-project/blob/main/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel#L678


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90352



More information about the llvm-commits mailing list