Skip to content

Commit

Permalink
[libc] fix missing macro dependency in bazel (llvm#86298)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu authored Mar 22, 2024
1 parent 4b90741 commit ee9fa38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ libc_support_library(
"//libc:__support_cpp_type_traits",
"//libc:__support_fputil_fp_bits",
"//libc:__support_fputil_fpbits_str",
"//libc:llvm_libc_macros_math_macros",
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
"//libc/utils/MPFRWrapper:mpfr_impl",
Expand Down

0 comments on commit ee9fa38

Please sign in to comment.