[PATCH] D82922: [NewPM] Add explicit init value to -enable-new-pm
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 30 22:11:05 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/tools/opt/opt.cpp:75
+static cl::opt<bool> EnableNewPassManager(
+ "enable-new-pm", cl::desc("Enable the new pass manager"), cl::init(false));
----------------
false is the default value so this appears to be NFC...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82922/new/
https://reviews.llvm.org/D82922
More information about the llvm-commits
mailing list