[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:
parent
3afbf89804
commit
d08f8960d0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue