This is an archive of the discontinued LLVM Phabricator instance.

[clang][cli] Generate -f[no-]finite-loops arguments
ClosedPublic

Authored by jansvoboda11 on Feb 16 2021, 1:21 AM.

Details

Summary

This patch generates the -f[no-]finite-loops arguments from CompilerInvocation (added in D96419), fixing test failures of Clang built with -DCLANG_ROUND_TRIP_CC1_ARGS=ON.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Feb 16 2021, 1:21 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 16 2021, 1:21 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
fhahn accepted this revision.Feb 16 2021, 2:30 AM

LGTM thanks!

This revision is now accepted and ready to land.Feb 16 2021, 2:30 AM
This revision was automatically updated to reflect the committed changes.