[llvm] [NewPM] Port CFIInstrInserter to the new pass manager (PR #217494)
Bill Wendling via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 18:01:07 PDT 2026
================
@@ -29,24 +30,15 @@
#include "llvm/MC/MCDwarf.h"
using namespace llvm;
-static cl::opt<bool> VerifyCFI("verify-cfiinstrs",
- cl::desc("Verify Call Frame Information instructions"),
- cl::init(false),
- cl::Hidden);
+static cl::opt<bool>
+ VerifyCFI("verify-cfiinstrs",
----------------
isanbard wrote:
Pretty sure it got picked up by clang-format by osmosis...
https://github.com/llvm/llvm-project/pull/217494
More information about the llvm-commits
mailing list