[PATCH] D16092: [Coverage] Do not allocate memory for coverage map data (Linux)

Dave Bozier via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 09:10:56 PST 2016


davidb added a subscriber: davidb.
davidb added a comment.

Hi,

The section type has been changed to SHT_NOTE, however the section contents has not been changed to match the NOTE section format. This has caused issues with some of our tools and may affect others that use note sections. There is a description of the note section format here:

http://docs.oracle.com/cd/E19253-01/817-1984/chapter6-18048/index.html

Can't the section type remain as SHT_PROGBITS, but remove any section flags (SHF_ALLOC) that may cause the section to be allocated to a loadable segment?


http://reviews.llvm.org/D16092





More information about the llvm-commits mailing list