[all-commits] [llvm/llvm-project] 323893: [clang][cli] Generate -f[no-]finite-loops arguments

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Feb 16 05:39:40 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32389346ed83e14b7a9bd3a31a96181c6a1cdb5e
      https://github.com/llvm/llvm-project/commit/32389346ed83e14b7a9bd3a31a96181c6a1cdb5e
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/CodeGenCXX/attr-mustprogress.cpp

  Log Message:
  -----------
  [clang][cli] Generate -f[no-]finite-loops arguments

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`.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D96761




More information about the All-commits mailing list