[PATCH] D62513: [ELF] Implement General Dynamic style x86-64 TLSDESC
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 05:45:35 PDT 2019
ruiu added inline comments.
================
Comment at: ELF/Arch/X86_64.cpp:210
+ }
+ // movq $x at tpoff(%rip),%rax
+ Loc[-2] = 0xc7;
----------------
ruiu wrote:
> Hm, it's not missing, but a sentence in a comment separated by code looks odd. I don't think we need to save a few lines. You can just repeat the same comments, one at the top of this block and the other inline.
Or, "convert ... to the following two instructions."
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62513/new/
https://reviews.llvm.org/D62513
More information about the llvm-commits
mailing list