[PATCH] D11655: COFF: Sort output sections which start with .debug to the end of the file

David Majnemer david.majnemer at gmail.com
Thu Jul 30 10:46:45 PDT 2015


majnemer created this revision.
majnemer added a reviewer: ruiu.
majnemer added a subscriber: llvm-commits.

We want to convince the NT loader not to map these sections into memory.
A good first step is to move them to the end of the executable.

http://reviews.llvm.org/D11655

Files:
  COFF/Writer.cpp
  test/COFF/sort-debug.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11655.31049.patch
Type: text/x-patch
Size: 12030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150730/58c3a490/attachment.bin>


More information about the llvm-commits mailing list