[PATCH] D64906: [ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 20:44:47 PDT 2019
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: ELF/InputSection.cpp:611
+ // Static TLS blocks have 2 layouts. Among targets we support, x86 uses TLS
+ // Variant 2 while most others use Variant 1.
----------------
@peter.smith Moved the comment here because this mostly applies on other Variant I targets (PPC,RISC-V,...).
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64906/new/
https://reviews.llvm.org/D64906
More information about the llvm-commits
mailing list