summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/note-sections.ll
Commit message (Collapse)AuthorAgeFilesLines
* Mark ELF sections whose name start with .note as notePetr Hosek2016-09-201-0/+19
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 llvm-svn: 282010
OpenPOWER on IntegriCloud