Skip to content

Commit 003101e

Browse files
authored
[bazel][libc] Add missing dependency (llvm#164640)
Fixes llvm#164522.
1 parent a321ce3 commit 003101e

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/UnitTest

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ libc_test_library(
110110
"//libc:__support_fputil_rounding_mode",
111111
"//libc:__support_libc_errno",
112112
"//libc:__support_macros_config",
113+
"//libc:__support_macros_optimization",
113114
"//libc:__support_macros_properties_architectures",
114115
"//libc:hdr_fenv_macros",
115116
"//libc:hdr_math_macros",

0 commit comments

Comments
 (0)