[PATCH] D65865: [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_386
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 8 02:01:48 PDT 2019
MaskRay marked 3 inline comments as done.
MaskRay added inline comments.
================
Comment at: test/ELF/i386-tls-opt-iele-nopic.s:38
// 4202592 = (.got)[0] = 0x402060
// 4202596 = (.got)[1] = 0x402064
+// DISASM-NEXT: 4011b0: movl $4294967288, %ecx
----------------
grimar wrote:
> The last 2 need an update.
Just switched to `llvm-objdump -d --print-imm-hex` to make the formulae unnecessary.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65865/new/
https://reviews.llvm.org/D65865
More information about the llvm-commits
mailing list