[llvm-bugs] [Bug 24316] lld's COFF port should put .debug_* sections after .text and other mapped sections

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 5 09:01:57 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24316

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Reid Kleckner <rnk at google.com> ---
I'd say so. Maybe David forgot.

One other thing to work on, before we do something like fission, is to make
sure our DWARF-laden PE files load as fast as their split PDB counterparts from
MSVC. I also don't want to reserve precious 32-bit address space for debug info
that will never be mapped. We have to toy around with different flags
(IMAGE_SCN_TYPE_NOLOAD) to see what the loader actually does. I'd say that's
all out of scope for this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150805/88cdb704/attachment.html>


More information about the llvm-bugs mailing list