================
@@ -98,11 +98,17 @@ math_test(
math_test(
name = "ceill",
hdrs = ["CeilTest.h"],
+ deps = [
+ "//libc:__support_fputil_float128",
+ ],
)
----------------
Sukumarsawant wrote:
Did Ceill require this for now?
https://github.com/llvm/llvm-project/pull/216634