[llvm] DWARF CFI Checker prototype (PR #148296)

AmirHossein PashaeeHir via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 09:05:39 PDT 2025


================
@@ -146,7 +146,7 @@ cl::opt<bool> Lite("lite", cl::desc("skip processing of cold functions"),
                    cl::cat(BoltCategory));
 
 cl::opt<std::string>
-OutputFilename("o",
+OutputFilename("ooo",
----------------
amsen20 wrote:

It was a temporary fix for linking the `llvm-mc` tool with BOLT, when the linker tried to link them, having the same CL option with the same value caused errors.

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


More information about the llvm-commits mailing list