aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTestJava.cpp
diff options
context:
space:
mode:
authorYongKang Zhu <yongzhu@fb.com>2025-11-05 12:01:58 -0800
committerGitHub <noreply@github.com>2025-11-05 12:01:58 -0800
commitb0ae054a568622982e7e623c354709a7463b152a (patch)
treeefdc6d182bf28358691a9a7af80edde6610fff91 /clang/unittests/Format/FormatTestJava.cpp
parent0469ff0a212d7f3dea464c52e19d56e22b5af858 (diff)
downloadllvm-b0ae054a568622982e7e623c354709a7463b152a.zip
llvm-b0ae054a568622982e7e623c354709a7463b152a.tar.gz
llvm-b0ae054a568622982e7e623c354709a7463b152a.tar.bz2
[BOLT][AArch64] Fix LDR relocation type in ADRP+LDR sequence (#166391)
`R_AARCH64_ADD_ABS_LO12_NC` is for the `ADD` instruction in the `ADRP+ADD` sequence. For `ADRP+LDR` sequence generated in LDR relaxation, relocation type for `LDR` should be `R_AARCH64_LDST64_ABS_LO12_NC` if it is 64-bit integer load or `R_AARCH64_LDST32_ABS_LO12_NC` if 32-bit. Sorry should have included this in #165787.
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
0 files changed, 0 insertions, 0 deletions