Skip to content

Commit

Permalink
Fix error: name 'maybe' is not defined (llvm#96741)
Browse files Browse the repository at this point in the history
  • Loading branch information
lravenclaw authored and kbluck committed Jul 6, 2024
1 parent 2be924c commit 436dc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/bazel/examples/http_archive/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")

llvm_configure(name = "llvm-project")

load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

maybe(
http_archive,
name = "llvm_zlib",
Expand Down

0 comments on commit 436dc47

Please sign in to comment.