diff options
author | Fangrui Song <i@maskray.me> | 2024-04-02 19:34:14 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2024-04-02 19:34:14 -0700 |
commit | 93c16e75b8935f6a3f5f39301007f9a42a1f7da1 (patch) | |
tree | 17d90063d8b5bd464272ac97c17986610c6e2b92 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 2fb5440e76dd61f91006d9d2831cf5c9235cd109 (diff) | |
download | llvm-93c16e75b8935f6a3f5f39301007f9a42a1f7da1.zip llvm-93c16e75b8935f6a3f5f39301007f9a42a1f7da1.tar.gz llvm-93c16e75b8935f6a3f5f39301007f9a42a1f7da1.tar.bz2 |
[ELF] Actually sort IRELATIVE by offset
The unstable partition in partitionRels might reverse IRELATIVE
relocations, so stable_partition in computeRels would lead to IRELATIVE
relocations ordered by decreasing offset. Use stable_partition in
partitionRels to get IRELATIVE relocations ordered by increasing offset.
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions