Skip to content

Commit 10113c4

Browse files
authored
[bazel][libc] Add missing dependency (llvm#164668)
Fixes llvm#164522.
1 parent 25a915a commit 10113c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
3535
"//libc:__support_fputil_manipulation_functions",
3636
"//libc:__support_fputil_nearest_integer_operations",
3737
"//libc:__support_fputil_normal_float",
38+
"//libc:__support_macros_optimization",
3839
"//libc:__support_macros_properties_architectures",
3940
"//libc:__support_macros_properties_os",
4041
"//libc:__support_macros_properties_types",

0 commit comments

Comments
 (0)