[all-commits] [llvm/llvm-project] 09193f: Revert "Add support for floating-point option `ffp...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Feb 18 03:04:34 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09193f20a13e8c3f4196dcc0883d74396f44c3cf
      https://github.com/llvm/llvm-project/commit/09193f20a13e8c3f4196dcc0883d74396f44c3cf
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/FPOptions.def
    M clang/include/clang/Basic/LangOptions.def
    M clang/include/clang/Basic/LangOptions.h
    M clang/include/clang/Basic/TargetInfo.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Basic/Targets/OSTargets.h
    M clang/lib/Basic/Targets/X86.h
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaAttr.cpp
    M clang/lib/Sema/SemaExpr.cpp
    R clang/test/CodeGen/X86/32bit-behavior-no-eval.c
    R clang/test/CodeGen/X86/32bit-behavior.c
    R clang/test/CodeGen/X86/fp-eval-method.c
    R clang/test/CodeGen/flt_eval_macro.cpp
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    R clang/test/Preprocessor/flt_eval_macro.cpp
    M clang/test/Preprocessor/init-aarch64.c
    M clang/test/Preprocessor/init-arm.c
    M clang/test/Preprocessor/init-mips.c
    M clang/test/Preprocessor/init-ppc.c
    M clang/test/Preprocessor/init-ppc64.c
    M clang/test/Preprocessor/init-s390x.c
    M clang/test/Preprocessor/init-v7k-compat.c
    M clang/test/Preprocessor/init-x86.c
    M clang/test/Preprocessor/init.c
    R clang/test/Sema/fp-eval-pragma.cpp
    R clang/test/Sema/x86-eval-method.c
    R clang/test/Sema/x86_64-eval-method.c

  Log Message:
  -----------
  Revert "Add support for floating-point option `ffp-eval-method` and for"

This reverts commit 32b73bc6ab8234b670c34d5ef999300e072cc706.

This breaks builds on macOS in some configurations, because
__FLT_EVAL_METHOD__ is set to an unexpected value.

E.g.
https://green.lab.llvm.org/green/job/clang-stage1-RA/28282/consoleFull#129538464349ba4694-19c4-4d7e-bec5-911270d8a58c

More details available in the review thread
https://reviews.llvm.org/D109239


  Commit: 5086cff04eec4327acc22a90466854ad4d89d570
      https://github.com/llvm/llvm-project/commit/5086cff04eec4327acc22a90466854ad4d89d570
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M clang/include/clang/Serialization/ASTBitCodes.h

  Log Message:
  -----------
  Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc6ab82"

This reverts commit 1689b1092ebb2c630f8ef1d3880a9fb4808d16fa.

This patch was only added to fix a failure with 32b73bc6ab8234b, which
has been reverted again.


Compare: https://github.com/llvm/llvm-project/compare/b47be47ac287...5086cff04eec


More information about the All-commits mailing list