[all-commits] [llvm/llvm-project] 7049fb: [XCOFF] Handle the case when personality routine i...

Jason Liu via All-commits all-commits at lists.llvm.org
Thu Apr 29 15:04:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7049fbf960df7ebf77f322a058a3eff9cb4a33cd
      https://github.com/llvm/llvm-project/commit/7049fbf960df7ebf77f322a058a3eff9cb4a33cd
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    M llvm/lib/Analysis/EHPersonalities.cpp
    M llvm/lib/CodeGen/AsmPrinter/AIXException.cpp
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/PowerPC/aix-personality-alias.ll

  Log Message:
  -----------
  [XCOFF] Handle the case when personality routine is an alias

Summary:
Personality routine could be an alias to another personality routine.
Fix the situation when we compile the file that contains the personality
routine and the file also have functions that need to refer to the
personality routine.

Reviewed By: hubert.reinterpretcast

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




More information about the All-commits mailing list