[PATCH] D38042: EmitAssemblyHelper: CodeGenOpts.DisableLLVMOpts should not overrule CodeGenOpts.VerifyModule.
Chandler Carruth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 10:30:31 PDT 2017
chandlerc added a comment.
But, the verifier itself will just "crash". It won't print a stack trace, but I don't see why that's much better? And this flag is supposed to be a developer option and not a user facing one, so I'm somewhat confused at what the intent is here...
https://reviews.llvm.org/D38042
More information about the cfe-commits
mailing list