Extend the common/local-common testing for object files to also verify the symbol table now that the needed functionality has landed in llvm-readobj.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll | ||
---|---|---|
69 | These Index could easily change when we add more functionality into XCOFF object writer. Do we care about making the test case more robust? |
llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll | ||
---|---|---|
69 | What do you have in mind? |
llvm/test/CodeGen/PowerPC/aix-xcoff-common.ll | ||
---|---|---|
69 | Ok, I found the numeric substitution blocks in the Filecheck docs. I wasn't aware of that before, thanks. |
These Index could easily change when we add more functionality into XCOFF object writer. Do we care about making the test case more robust?