[PATCH] D136392: [bazel] Generate `//:vars.bzl` from `llvm/CMakeLists.txt`

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 20:40:16 PDT 2022


MaskRay added a comment.

Thanks for improving the Bazel build. I unfortunately don't know enough about Bazel... but I can try finding some folks who can help.

For one thing, there are some style issues, especially whether an operator has adjacent space like `if setfoo[1]!="(":` => `if setfoo[1] != "(":`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136392



More information about the llvm-commits mailing list