[PATCH] D89049: [AIX][XCOFF] print out the traceback info

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 13:02:38 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-emit-tracebacktable-clobber-register.ll:12
+; RUN: llvm-objdump -d --traceback-table --symbol-description %t.o | \
+; RUN:   FileCheck --match-full-lines --check-prefixes=OBJ-DIS,NO-FUNC-SEC %s
+
----------------
You may want `--strict-whitespace` as well, otherwise the space formatting change in the code cannot be tested.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89049



More information about the llvm-commits mailing list