[all-commits] [llvm/llvm-project] 9a9e61: [AIX][XCOFF][BUG-Fixed] need to switch back to tex...

diggerlin via All-commits all-commits at lists.llvm.org
Wed Jun 30 10:57:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a9e6189d7973c16535233b5efcb38d13a651c56
      https://github.com/llvm/llvm-project/commit/9a9e6189d7973c16535233b5efcb38d13a651c56
  Author: zhijian <zhijian at ca.ibm.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/test/CodeGen/PowerPC/aix-emit-tracebacktable-clobber-register.ll

  Log Message:
  -----------
  [AIX][XCOFF][BUG-Fixed] need to switch back to text section after emit a dumy eh structure

Summary:

in the patch https://reviews.llvm.org/D103651 [AIX][XCOFF] generate eh_info when vector registers are saved according to the traceback table.

when generate eh_info, it switch to other section, when it done, it need to switch back to text section again.

Reviewers: Jason Liu
Differential Revision: https://reviews.llvm.org/105195




More information about the All-commits mailing list