[ELF] --pack-dyn-relocs=android: scan relocation serially after D133003
authorFangrui Song <i@maskray.me>
Wed, 21 Sep 2022 18:43:12 +0000 (11:43 -0700)
committerFangrui Song <i@maskray.me>
Wed, 21 Sep 2022 18:43:13 +0000 (11:43 -0700)
commitbce6416775ea1577f0a7f82cc012cf0c1b9d9ce5
tree9e7e22b175d461f21555145af1057126e17c4c63
parent4f1474daec4fbdca779b4d0aa3de19950c8287b5
[ELF] --pack-dyn-relocs=android: scan relocation serially after D133003

https://reviews.llvm.org/D133003#3806508 can reproduce a non-determinism with
--threads=4. Making the config serial fixes non-determinism (by running the link
many times and compare output).
lld/ELF/Relocations.cpp