Skip to content

Commit d08f896

Browse files
committed
[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
1 parent 3afbf89 commit d08f896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/examples/submodule/WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ local_repository(
1414
path = SUBMODULE_PATH + "/utils/bazel",
1515
)
1616

17+
load("@llvm-bazel//:configure.bzl", "llvm_configure", "llvm_disable_optional_support_deps")
18+
1719
llvm_configure(
1820
name = "llvm-project",
1921
src_path = SUBMODULE_PATH,

0 commit comments

Comments
 (0)