[PATCH] D116813: [lld][macho] Fix test to sort symbol table before dumping

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 08:13:37 PST 2022


oontvoo created this revision.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
oontvoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Detail: The test previously expected a specific order of those symbols,
which is not guaranteed (could change simply due to hashing changes, etc).
So have it explicitly sort the symbols before checking the content.

PR/53026


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116813

Files:
  lld/test/MachO/symtab.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116813.398154.patch
Type: text/x-patch
Size: 5606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220107/084154b3/attachment.bin>


More information about the llvm-commits mailing list