summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/section-metadata-err3.s
Commit message (Collapse)AuthorAgeFilesLines
* Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov2017-04-041-1/+1
| | | | | | | | GAS uses "m" as a compatibility alias for "M" (SHF_MERGE). "o" is free, except on ia64, where it already means SHF_LINK_ORDER. llvm-svn: 299479
* Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola2017-02-091-0/+6
This will make it possible to add support for gcing user metadata (asan for example). llvm-svn: 294589
OpenPOWER on IntegriCloud