[PATCH] D107019: [Bazel] Derive targets from file presence as in CMake build

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 18:06:26 PDT 2021


chandlerc accepted this revision.
chandlerc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel:8
 load(":config.bzl", "llvm_config_defines")
 load(":targets.bzl", "llvm_targets")
 load(":enum_targets_gen.bzl", "enum_targets_gen")
----------------
Should we detect the targets themselves the same way?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107019



More information about the llvm-commits mailing list