summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/linkerscript-sizeof.s
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless file prefix.Rui Ueyama2016-09-021-53/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540
* [ELF] - Linkerscript: implemented SIZEOF(section)George Rimar2016-07-291-0/+53
SIZEOF(section) Return the size in bytes of the named section, if that section has been allocated. SIZEOF(section) often used in scripts. Few examples from the wild: https://github.com/chipKIT32/pic32-Arduino-USB-Bootloader-original/blob/master/boot-linkerscript.ld https://github.com/devkitPro/buildscripts/blob/master/dkarm-eabi/crtls/gba_cart.ld Patch implements it. Differential revision: https://reviews.llvm.org/D22915 llvm-svn: 277165
OpenPOWER on IntegriCloud