[libc-commits] [libc] [libc] introduce shared compiler-rt builtins (PR #200094)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 05:22:31 PDT 2026


================
@@ -0,0 +1,29 @@
+//===-- Unittests for shared builtins -------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "shared/builtins.h"
+#include "test/UnitTest/FPMatcher.h"
+#include "test/UnitTest/Test.h"
+
+TEST(LlvmLibcSharedBuiltinsTest, AllFloat) {
+  // TODO: assertions for shared::*sf3 builtins.
----------------
kaladron wrote:

Will you do these, or is this a TODO for someone else?

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


More information about the libc-commits mailing list