[llvm] [Debuginfo] add debuginfod factory method (PR #154633)

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 11:56:02 PDT 2025


================
@@ -587,8 +587,11 @@ DebuginfodServer::DebuginfodServer(DebuginfodLog &Log,
           return;
         }
         streamFile(Request, *PathOrErr);
-      }));
-  cantFail(
+      });
+  if (Errd) {
----------------
mysterymath wrote:

LLVM style generally requires no braces around single-statement control flow.

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


More information about the llvm-commits mailing list