Skip to content

Commit d93cfd8

Browse files
committed
[bazel] Add a missing dependency for aa95aa6
1 parent b7975ca commit d93cfd8

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
@@ -67,6 +67,7 @@ config_setting(
6767
libc_support_library(
6868
name = "llvm_libc_macros_math_macros",
6969
hdrs = ["include/llvm-libc-macros/math-macros.h"],
70+
deps = [":llvm_libc_macros_limits_macros"],
7071
)
7172

7273
libc_support_library(

0 commit comments

Comments
 (0)