[PATCH] D122459: [ELF] Fix relocations against .eh_frame
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 20:50:45 PDT 2022
MaskRay added a comment.
I do not need a reproduce now. I can reproduce it by myself.
compiler-rt/lib/crt/crtbegin.c __do_fini has such usage:
32: 48 8d 3d 00 00 00 00 leaq (%rip), %rdi # 0x39 <__do_init+0x39>
0000000000000035: R_X86_64_PC32 .eh_frame-0x4
I'll think about it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122459/new/
https://reviews.llvm.org/D122459
More information about the llvm-commits
mailing list