forked from OSchip/llvm-project
[NewPM] Set verify-cfg-preserved=1 by default for debug builds
This commit is contained in:
parent
401826800e
commit
b5c63e30ca
|
@ -41,7 +41,7 @@ cl::opt<bool> PreservedCFGCheckerInstrumentation::VerifyPreservedCFG(
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
cl::init(false));
|
cl::init(false));
|
||||||
#else
|
#else
|
||||||
cl::init(false));
|
cl::init(true));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FIXME: Change `-debug-pass-manager` from boolean to enum type. Similar to
|
// FIXME: Change `-debug-pass-manager` from boolean to enum type. Similar to
|
||||||
|
|
Loading…
Reference in New Issue