summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/region-alias.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Change llvm-objdump output for D48472: TEXT DATA -> TEXTFangrui Song2018-06-231-2/+2
| | | | | | | | | | Reviewers: jyknight, Bigcheese, espindola Subscribers: emaste, arichardson, llvm-commits Differential Revision: https://reviews.llvm.org/D48473 llvm-svn: 335404
* [ELF] - Linkerscript: implement REGION_ALIAS.George Rimar2017-09-081-0/+54
REGION_ALIAS(alias, region) Alias names can be added to existing memory regions created with the MEMORY command. Each name corresponds to at most one memory region. Differential revision: https://reviews.llvm.org/D37477 llvm-svn: 312777
OpenPOWER on IntegriCloud