commit | 38ea316607a0a1a5cf2d7629e23bdac401eae878 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Tue Sep 20 20:21:13 2016 +0000 |
committer | Petr Hosek <phosek@chromium.org> | Tue Sep 20 20:21:13 2016 +0000 |
tree | e4f6ca45f6ae8e36cfdbdcf65e33ad981b2d7d75 | |
parent | f5969f7e9c77b7d7c2ab5197f896df59d4ece07c [diff] |
Mark ELF sections whose name start with .note as note Previously, such section would be marked as SHT_PROGBITS which makes it impossible to use an initialized C variable declaration to emit an (allocated) ELF note. The new behavior is also consistent with ELF assembly parser. Differential Revision: https://reviews.llvm.org/D24692 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282010 91177308-0d34-0410-b5e6-96231b3b80d8