[PATCH] D89049: [AIX][XCOFF] print out the traceback info
Stephen Peckham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 08:23:23 PDT 2023
stephenpeckham added a comment.
I['m satisfied with the current state of the code. The updates I suggested to the test cases could be handled in another patch.
================
Comment at: llvm/lib/Object/XCOFFObjectFile.cpp:1464
+ // Skip two bytes of padding after vector info.
+ DE.skip(Cur, 2);
}
----------------
After additional investigation, I retract my previous comment. The LLVM compiler emits padding for the vector extension of the traceback table while the legacy compilers do not.
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