Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Move `# REQUIRES:` line to the top | Fangrui Song | 2018-06-26 | 1 | -2/+1 |
| | | | | llvm-svn: 335625 | ||||
* | [ELF][MIPS] Set EI_ABIVERSION flag accordingly to MIPS ABIs requirement | Simon Atanasyan | 2018-02-23 | 1 | -0/+23 |
MIPS ABIs require that if an executable file uses non-PIC model, the EI_ABIVERSION entry in the ELF header should be incremented from 0 to 1. That allows obsoleted / limited dynamic linkers refuse to link them. llvm-svn: 325890 |