[all-commits] [llvm/llvm-project] 2f98c5: [BOLT] Update skipRelocation for aarch64
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Wed Apr 13 12:54:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f98c5febce2840034010c7ad9931988fc8dc61b
https://github.com/llvm/llvm-project/commit/2f98c5febce2840034010c7ad9931988fc8dc61b
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M bolt/lib/Core/Relocation.cpp
A bolt/test/AArch64/Inputs/skip-got-rel.yaml
A bolt/test/AArch64/skip-got-rel.test
M bolt/test/runtime/plt-lld.test
Log Message:
-----------
[BOLT] Update skipRelocation for aarch64
The ld might relax ADRP+ADD or ADRP+LDR sequences to the ADR+NOP, add
the new case to the skipRelocation for aarch64.
Vladislav Khmelevsky,
Advanced Software Technology Lab, Huawei
Differential Revision: https://reviews.llvm.org/D123334
More information about the All-commits
mailing list