[PATCH] D112593: [AIX] Disable cfi-version test on AIX

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 27 06:49:40 PDT 2021


jsji added a comment.

In D112593#3089630 <https://reviews.llvm.org/D112593#3089630>, @shchenz wrote:

> I think we are using trace table on AIX instead of .debug_frame/.eh_frame . So marking .debug_frame as not emitted on AIX should be right? @xingxue @hubert.reinterpretcast

The section name is different, but we do have SSUBTYPE_DWFRAME (.dwframe) in XCOFF.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112593



More information about the llvm-commits mailing list