[PATCH] D66944: [PowerPC][XCOFF] Verify symbol table in xcoff object files. [NFC]
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 08:01:46 PDT 2019
jasonliu added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll:69
+; SYMS-NEXT: Symbol {
+; SYMS-NEXT: Index: 0
+; SYMS-NEXT: Name: a
----------------
These Index could easily change when we add more functionality into XCOFF object writer. Do we care about making the test case more robust?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66944/new/
https://reviews.llvm.org/D66944
More information about the llvm-commits
mailing list