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

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 19:35:38 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd08f8960d06a: [Bazel] add missing load to submodule example (authored by GMNGeoffrey).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105252

Files:
  utils/bazel/examples/submodule/WORKSPACE


Index: utils/bazel/examples/submodule/WORKSPACE
===================================================================
--- utils/bazel/examples/submodule/WORKSPACE
+++ utils/bazel/examples/submodule/WORKSPACE
@@ -14,6 +14,8 @@
     path = SUBMODULE_PATH + "/utils/bazel",
 )
 
+load("@llvm-bazel//:configure.bzl", "llvm_configure", "llvm_disable_optional_support_deps")
+
 llvm_configure(
     name = "llvm-project",
     src_path = SUBMODULE_PATH,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105252.355751.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/dad97c1f/attachment.bin>


More information about the llvm-commits mailing list