Skip to content

Commit 69398d2

Browse files
committed
fix dependency
1 parent 4ad6a0b commit 69398d2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc/test/shared/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)