[PATCH] D137230: [XCOFF] avoid unnecessary Fixups when -function-sections is enabled.

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 18:14:10 PST 2022


DiggerLin added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-funcsect.ll:8
 
+; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr4 \
+; RUN:     -mattr=-altivec -function-sections -xcoff-traceback-table=true \
----------------
do we want to test the 32bit too ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137230/new/

https://reviews.llvm.org/D137230



More information about the llvm-commits mailing list