Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for musl-libc on ARM Linux. | Rafael Espindola | 2016-06-24 | 1 | -0/+8 |
| | | | | | | Patch by Lei Zhang! llvm-svn: 273735 | ||||
* | [EABI] Add Clang support for -meabi flag | Renato Golin | 2015-11-09 | 1 | -0/+20 |
The -meabi flag to control LLVM EABI version. Without '-meabi' or with '-meabi default' imply LLVM triple default. With '-meabi gnu' sets EABI GNU. With '-meabi 4' or '-meabi 5' set EABI version 4 and 5 respectively. A similar patch was introduced in LLVM. Patch by Vinicius Tinti. llvm-svn: 252463 |