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

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 11:16:36 PDT 2026


================
@@ -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


More information about the llvm-commits mailing list