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

Jolynn Wee Zhuo Lin via libc-commits libc-commits at lists.llvm.org
Wed Jan 14 22:46:08 PST 2026


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

I can undo it, seems like the buildifier was failing for my PR previously because of the error in alphabetical order, might have been caused when I merged main into my branch.

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


More information about the libc-commits mailing list