Skip to content

Commit 2d9b837

Browse files
committed
[bazel] Add missing dep for __support_cpp_expected
1 parent af76071 commit 2d9b837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ libc_support_library(
319319
name = "__support_cpp_expected",
320320
hdrs = ["src/__support/CPP/expected.h"],
321321
deps = [
322+
":__support_macros_attributes",
322323
],
323324
)
324325

0 commit comments

Comments
 (0)