[libc-commits] [libc] [llvm] [libc][math] Refactor fsqrt to Header Only (PR #175444)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Wed Jan 14 22:43:42 PST 2026


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

What does this change has to do with libc code?

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


More information about the libc-commits mailing list