[all-commits] [llvm/llvm-project] 9c504e: [VE] Disable -fsigaddr option for VE

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Thu Nov 12 13:22:32 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c504ec06da636832d03e98581eade3d8f81eb24
      https://github.com/llvm/llvm-project/commit/9c504ec06da636832d03e98581eade3d8f81eb24
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/ve-toolchain.c

  Log Message:
  -----------
  [VE] Disable -fsigaddr option for VE

VE needs to support integrated assembler and "nas".  This "nas"
doesn't recognize ".sigaddr" pseudo mnemonics, so need to disable
it.  This patch disable it on VE by default.  Also add a regression
test for that.

Reviewed By: simoll

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




More information about the All-commits mailing list