File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ add_fp_unittest(
2121 libc.src.__support.math.atan
2222 libc.src.__support.math.atan2
2323 libc.src.__support.math.atan2f
24+ libc.src.__support.math.atan2f128
2425 libc.src.__support.math.atanf
2526 libc.src.__support.math.atanf16
2627 libc.src.__support.math.erff
Original file line number Diff line number Diff line change @@ -6360,6 +6360,7 @@ libc_function(
63606360 ":__support_common" ,
63616361 ":__support_macros_config" ,
63626362 ":__support_macros_null_check" ,
6363+ ":types_wchar_t" ,
63636364 ":wchar_utils" ,
63646365 ],
63656366)
@@ -6486,6 +6487,7 @@ libc_function(
64866487 deps = [
64876488 ":__support_common" ,
64886489 ":__support_macros_null_check" ,
6490+ ":types_wchar_t" ,
64896491 ":wchar_utils" ,
64906492 ],
64916493)
You can’t perform that action at this time.
0 commit comments