[PATCH] D94367: [Clang][Driver] Add -ffinite-loops flags

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 4 10:45:19 PST 2021


fhahn added a comment.
Herald added a reviewer: jansvoboda11.

@atmnpatel reverse ping. Just curious if you think you'll have time to follow up on this patch soonish?

Otherwise I'm probably going to add at least the `-fno-finite-loops` option, because we have users which code breaks due to the `mustprogress` loop deletion changes (because of problems in the source code, but they need a way to disable until they can fix all sources)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94367/new/

https://reviews.llvm.org/D94367



More information about the cfe-commits mailing list