[all-commits] [llvm/llvm-project] 6e26ff: [BOLT][AARCH64] Skip R_AARCH64_LD_PREL_LO19 reloca...
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Mon Jun 13 05:41:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e26ffa064051ccb914622e930c1207542717209
https://github.com/llvm/llvm-project/commit/6e26ffa064051ccb914622e930c1207542717209
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M bolt/include/bolt/Core/Relocation.h
M bolt/lib/Core/Relocation.cpp
M bolt/lib/Rewrite/RewriteInstance.cpp
Log Message:
-----------
[BOLT][AARCH64] Skip R_AARCH64_LD_PREL_LO19 relocation
Supress failed to analyze relocations warning for R_AARCH64_LD_PREL_LO19
relocation. This relocation is mostly used to get value stored in CI and
we don't process it since we are caluclating target address using the
instruction value in evaluateMemOperandTarget().
Differential Revision: https://reviews.llvm.org/D127413
More information about the All-commits
mailing list