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

Reid Kleckner <[email protected]> changed:

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

--- Comment #4 from Reid Kleckner <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to