Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless file prefix. | Rui Ueyama | 2016-09-02 | 1 | -53/+0 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D24207 llvm-svn: 280540 | ||||
* | [ELF] - Linkerscript: implemented SIZEOF(section) | George Rimar | 2016-07-29 | 1 | -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 |