[all-commits] [llvm/llvm-project] bd9e46: [nfc][lld-macho] Fixed test from https://reviews.l...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Mon May 16 17:48:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd9e46815d73e4236c207bad8b5c54e7188154d7
https://github.com/llvm/llvm-project/commit/bd9e46815d73e4236c207bad8b5c54e7188154d7
Author: Vy Nguyen <vyng at google.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M lld/test/MachO/demangle.s
Log Message:
-----------
[nfc][lld-macho] Fixed test from https://reviews.llvm.org/D125732
Details:
The test was incorrectly expecting the error messages for the export symbols to have a particular order.
It shouldn't because the export symbol list is processed concurrently.
More information about the All-commits
mailing list