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(
21
21
libc.src.__support.math.atan
22
22
libc.src.__support.math.atan2
23
23
libc.src.__support.math.atan2f
24
+ libc.src.__support.math.atan2f128
24
25
libc.src.__support.math.atanf
25
26
libc.src.__support.math.atanf16
26
27
libc.src.__support.math.erff
Original file line number Diff line number Diff line change @@ -6360,6 +6360,7 @@ libc_function(
6360
6360
":__support_common" ,
6361
6361
":__support_macros_config" ,
6362
6362
":__support_macros_null_check" ,
6363
+ ":types_wchar_t" ,
6363
6364
":wchar_utils" ,
6364
6365
],
6365
6366
)
@@ -6486,6 +6487,7 @@ libc_function(
6486
6487
deps = [
6487
6488
":__support_common" ,
6488
6489
":__support_macros_null_check" ,
6490
+ ":types_wchar_t" ,
6489
6491
":wchar_utils" ,
6490
6492
],
6491
6493
)
You can’t perform that action at this time.
0 commit comments