[PATCH] D134195: [PowerPC] XCOFF exception section support on the integrated assembler path

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 13:44:53 PDT 2022


DiggerLin added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-exception-section.ll:5
+; RUN: llvm-readobj --syms %t.o | FileCheck %s --check-prefix=SYMS
+; RUN: llvm-objdump --section-headers %t.o | FileCheck %s --check-prefix=DUMP
+
----------------
pscoro wrote:
> DiggerLin wrote:
> > is the test duplicate with
> > 
> > ; RUN: llvm-readobj --section-headers %t.o | FileCheck %s --check-prefix=READ ?
> > 
> No, the output of `llvm-readobj` and `llvm-objdump` with `--section-headers` are not the same.
you want to check the content of the .exception header? I think both check it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134195



More information about the llvm-commits mailing list