Skip to content

Commit a5fd613

Browse files
committed
[bazel][libc] Port llvm#153993: nextafter
1 parent d49353c commit a5fd613

File tree

1 file changed

+5
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math/smoke

1 file changed

+5
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,26 +1174,31 @@ math_test(
11741174
math_test(
11751175
name = "nextafter",
11761176
hdrs = ["NextAfterTest.h"],
1177+
deps = ["//libc:__support_sign"],
11771178
)
11781179

11791180
math_test(
11801181
name = "nextafterf",
11811182
hdrs = ["NextAfterTest.h"],
1183+
deps = ["//libc:__support_sign"],
11821184
)
11831185

11841186
math_test(
11851187
name = "nextafterl",
11861188
hdrs = ["NextAfterTest.h"],
1189+
deps = ["//libc:__support_sign"],
11871190
)
11881191

11891192
math_test(
11901193
name = "nextafterf128",
11911194
hdrs = ["NextAfterTest.h"],
1195+
deps = ["//libc:__support_sign"],
11921196
)
11931197

11941198
math_test(
11951199
name = "nextafterf16",
11961200
hdrs = ["NextAfterTest.h"],
1201+
deps = ["//libc:__support_sign"],
11971202
)
11981203

11991204
math_test(

0 commit comments

Comments
 (0)