[llvm] [bazel] Include Orc/Shared/SPSCI headers in OrcShared target (PR #216634)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 11:20:25 PDT 2026


================
@@ -98,11 +98,17 @@ math_test(
 math_test(
     name = "ceill",
     hdrs = ["CeilTest.h"],
+    deps = [
+        "//libc:__support_fputil_float128",
+    ],
 )
----------------
Sukumarsawant wrote:

Hi, sorry for the late reply. Yes, I think it should be removed since that function has not been made compatible with the emulated type. I'll surely add, but lets keep it clean for now.

https://github.com/llvm/llvm-project/pull/216634


More information about the llvm-commits mailing list