[PATCH] D105252: [Bazel] add missing load to submodule example

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 19:19:34 PDT 2021


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

Doh, me too, sorry about that! LGTM!



================
Comment at: utils/bazel/examples/submodule/WORKSPACE:17
 
+load("@llvm-bazel//:configure.bzl", "llvm_configure", "llvm_disable_optional_support_deps")
+
----------------
Guessing `buildifier` will reformat this line... LGTM w/ whatever it produces though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105252



More information about the llvm-commits mailing list