[Bazel] add missing load to submodule example

I missed this in https://reviews.llvm.org/D105245

Reviewed By: chandlerc

Differential Revision: https://reviews.llvm.org/D105252
This commit is contained in:
Geoffrey Martin-Noble 2021-06-30 17:52:27 -07:00
parent 3afbf89804
commit d08f8960d0
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ local_repository(
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,