[all-commits] [llvm/llvm-project] 01b3e6: [AIX] Support init priority

github-actions[bot] via All-commits all-commits at lists.llvm.org
Mon Nov 23 11:55:58 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01b3e6e026332d66b18a658f31926436669f3bb9
      https://github.com/llvm/llvm-project/commit/01b3e6e026332d66b18a658f31926436669f3bb9
  Author: Xiangling Liao <Xiangling.Liao at ibm.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/test/CodeGen/PowerPC/aix-static-init-non-default-priority.ll

  Log Message:
  -----------
  [AIX] Support init priority

Support reserved [0-100] and non-reserved[101-65535] Clang/GNU init
priority values on AIX.
This patch maps Clang/GNU values into priority values used in sinit/sterm
functions. User can play with values and be able to get init to occur
before or after XL init and vice versa.

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




More information about the All-commits mailing list