Displaying 2 results from an estimated 2 matches for "3b530490".
2013 Sep 17
0
[LLVMdev] [lld] Handling non SHF_ALLOC sections.
...along the way of implementing
`ld -r`, so the "proper" solution will probably be something in the general
direction of `ld -r`.
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130917/3b530490/attachment.html>
2013 Sep 17
5
[LLVMdev] [lld] Handling non SHF_ALLOC sections.
Debug info linking is currently broken due to how we handle reading and
laying out non SHF_ALLOC sections. I posted a patch that partially fixes
this, but it's both the wrong approach and doesn't handle multiple input
files with debug info (wrong relocation values).
The first issue is representing non SHF_ALLOC atoms in the Atom model. We
currently don't have a type for this, and