Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for musl-libc on ARM Linux. | Rafael Espindola | 2016-06-24 | 1 | -0/+3 |
| | | | | | | Patch by Lei Zhang! llvm-svn: 273726 | ||||
* | ARM: set default float ABI based on triple. | Tim Northover | 2013-12-18 | 1 | -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 |