================
@@ -985,6 +985,9 @@ void TargetPassConfig::addISelPrepare() {
if (getOptLevel() != CodeGenOptLevel::None)
addPass(createObjCARCContractPass());
+ if (getOptLevel() == CodeGenOptLevel::None)
----------------
arsenm wrote:Do we actually change the allocator in that case? https://github.com/llvm/llvm-project/pull/92040 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
