[all-commits] [llvm/llvm-project] bce641: [ELF] --pack-dyn-relocs=android: scan relocation s...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Sep 21 11:43:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bce6416775ea1577f0a7f82cc012cf0c1b9d9ce5
https://github.com/llvm/llvm-project/commit/bce6416775ea1577f0a7f82cc012cf0c1b9d9ce5
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
[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).
More information about the All-commits
mailing list