[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 18:03:20 PDT 2021
GMNGeoffrey created this revision.
GMNGeoffrey added a reviewer: chandlerc.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
I missed this in https://reviews.llvm.org/D105245
Repository:
rG LLVM Github Monorepo
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.355737.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/e8f51346/attachment.bin>
More information about the llvm-commits
mailing list