[PATCH] D150641: [bazel] Refactor entries in WORKSPACE to bzl files

Aaron Siddhartha Mondal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 03:20:04 PDT 2023


aaronmondal requested changes to this revision.
aaronmondal added a comment.
This revision now requires changes to proceed.

Blocking until I've tested this against rules_ll. It's a noop for the workspace build but might have implications for our already existing module build.

Did something change regarding `maybe` in bzlmod? I'm fairly certain that `maybe` won't be compatible with bzlmod (https://github.com/bazelbuild/bazel/issues/15377).

Potentially related, the bzlmod patch: (https://reviews.llvm.org/D137008)


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