Skip to content

Commit 97f8e48

Browse files
committed
Sync
1 parent efe81ec commit 97f8e48

File tree

1 file changed

+2
-2
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math/smoke

1 file changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ libc_support_library(
9090
"//libc:__support_cpp_limits",
9191
"//libc:__support_fputil_fp_bits",
9292
"//libc:__support_fputil_normal_float",
93-
"//libc:llvm_libc_macros_math_macros",
93+
"//libc:hdr_math_macros",
9494
"//libc/test/UnitTest:LibcUnitTest",
9595
"//libc/test/UnitTest:fp_test_helpers",
9696
],
@@ -135,7 +135,7 @@ libc_support_library(
135135
"//libc:__support_cpp_type_traits",
136136
"//libc:__support_fputil_basic_operations",
137137
"//libc:__support_fputil_fp_bits",
138-
"//libc:llvm_libc_macros_math_macros",
138+
"//libc:hdr_math_macros",
139139
"//libc/test/UnitTest:LibcUnitTest",
140140
"//libc/test/UnitTest:fp_test_helpers",
141141
],

0 commit comments

Comments
 (0)