[clang] [Clang][Driver] Add new flags to control IR verification (PR #68172)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 02:47:24 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.
----------------
mizvekov wrote:

I edited the line to append the `unless otherwise specified`, since now we allow overriding that with the new flag.

https://github.com/llvm/llvm-project/pull/68172


More information about the cfe-commits mailing list