[all-commits] [llvm/llvm-project] 6bbb04: [Driver] Default Generic_GCC ppc/ppc64/ppc64le to ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Dec 21 15:32:52 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bbb04a732cdf203282f93b95d5a89cfc6fed8f4
      https://github.com/llvm/llvm-project/commit/6bbb04a732cdf203282f93b95d5a89cfc6fed8f4
  Author: Fangrui Song <i at maskray.me>
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/test/Driver/ppc-features.cpp

  Log Message:
  -----------
  [Driver] Default Generic_GCC ppc/ppc64/ppc64le to -fasynchronous-unwind-tables

GCC made the switch on 2018-04-10 ("rs6000: Enable -fasynchronous-unwind-tables by default").
In Clang, FreeBSD/NetBSD powerpc have already defaulted to -fasynchronous-unwind-tables.

This patch defaults Generic_GCC powerpc (which affects Linux) to use -fasynchronous-unwind-tables.

Reviewed By: #powerpc, nemanjai

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




More information about the All-commits mailing list