[clang] [Clang][Driver] Add new flags to control IR verification (PR #68172)
Florian Hahn via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 5 02:34:40 PDT 2023
================
@@ -5150,9 +5150,11 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
const bool IsAssertBuild = true;
#endif
- // Disable the verification pass in -asserts builds.
----------------
fhahn wrote:
Hmm, I might be missing something here, but doesn't this disable the verifier for builds without assertions?
https://github.com/llvm/llvm-project/pull/68172
More information about the cfe-commits
mailing list