[libc-commits] [libc] [llvm] [libc][math] Refactor f16fma to header only (PR #176244)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Jan 19 00:31:15 PST 2026


================
@@ -1807,8 +1807,8 @@ cc_library(
         "//llvm:AllTargetsAsmParsers",
         "//llvm:AllTargetsCodeGens",
         "//llvm:Core",
-        "//llvm:JITLink",
         "//llvm:ExecutionEngine",
+        "//llvm:JITLink",
----------------
bassiounix wrote:

We are not concerned with clang build file, only our files in libc are what we modify.

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


More information about the libc-commits mailing list