Displaying 3 results from an estimated 3 matches for "d69188".
Did you mean:
369188
2019 Nov 27
3
RFC: Loadable segments watermark for lld
The ELF file header isn't always covered by a segment but still affects
loading. I think everything else that effects loading/dynamic linking is
always covered by a PT_LOAD segment. As evidence this is basically what
--strip-sections in llvm-strip and eu-strip do and they produce perfectly
runnable binaries.
Having a hash of the actual memory map is interesting IMO. Build IDs can't
really
2019 Oct 18
2
llvm-strip creates unloadable shared objects on linux-armv7hf
Jordan,
I have sent the patch via Phabricator: https://reviews.llvm.org/D69188
Let me know if I got it right.
-- Tobias
On Thu, Oct 17, 2019 at 7:12 PM Jordan Rupprecht <rupprecht at google.com> wrote:
>
> Tobias,
> I don't have much experience with ARM, but from your report and Peter's explanation of why LLD does it, I agree we should be consistent...
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
Hello Tobias,
I think that looks reasonable to me, I think it will be down to the
llvm-objcopy team whether they want to make .ARM.attributes a special
case or not. The best way to find out is to submit a patch, citing the
problems with old versions of libc, I'd expect that you'll need to add
a test case for the patch to be accepted. To do that it is probably
best to look at the existing