File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utils/bazel/llvm-project-overlay/libc/test/src/math/smoke Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ libc_support_library(
90
90
"//libc:__support_cpp_limits" ,
91
91
"//libc:__support_fputil_fp_bits" ,
92
92
"//libc:__support_fputil_normal_float" ,
93
- "//libc:llvm_libc_macros_math_macros " ,
93
+ "//libc:hdr_math_macros " ,
94
94
"//libc/test/UnitTest:LibcUnitTest" ,
95
95
"//libc/test/UnitTest:fp_test_helpers" ,
96
96
],
@@ -135,7 +135,7 @@ libc_support_library(
135
135
"//libc:__support_cpp_type_traits" ,
136
136
"//libc:__support_fputil_basic_operations" ,
137
137
"//libc:__support_fputil_fp_bits" ,
138
- "//libc:llvm_libc_macros_math_macros " ,
138
+ "//libc:hdr_math_macros " ,
139
139
"//libc/test/UnitTest:LibcUnitTest" ,
140
140
"//libc/test/UnitTest:fp_test_helpers" ,
141
141
],
You can’t perform that action at this time.
0 commit comments