summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/default-float-abi.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+3
| | | | | | Patch by Lei Zhang! llvm-svn: 273726
* ARM: set default float ABI based on triple.Tim Northover2013-12-181-0/+22
Clang sets the float-abi target option manually, but no longer annotates each function with its ABI. This can lead to confusing mistmatch between "clang -emit-llvm | llc" and normal clang invocations. Besides which, gnueabihf actually *is* hard-float. Defaulting to soft was just perverse. llvm-svn: 197554
OpenPOWER on IntegriCloud