summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm-eabi.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+8
| | | | | | Patch by Lei Zhang! llvm-svn: 273735
* [EABI] Add Clang support for -meabi flagRenato Golin2015-11-091-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
OpenPOWER on IntegriCloud