[all-commits] [llvm/llvm-project] e94c17: [clang][Driver] recognize `-ffp-contract=fast-hono...

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Thu Aug 24 16:51:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e94c171ddb036e9672681d74725069352dd04d0e
      https://github.com/llvm/llvm-project/commit/e94c171ddb036e9672681d74725069352dd04d0e
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/fp-contract.c

  Log Message:
  -----------
  [clang][Driver] recognize `-ffp-contract=fast-honor-pragmas`

-ffp-contract=fast-honor-pragmas is a valid option recognized
by clang -cc1 but it is missed by clang driver.

Reviewed by: Matt Arsenault

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




More information about the All-commits mailing list