summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/macho-embedded.c
Commit message (Collapse)AuthorAgeFilesLines
* MachO: perform ARM ABI detection even for non-Darwin triples.Tim Northover2014-05-221-0/+1
| | | | | | | | When "-arch armv7m" is specified, we want "aapcs", for example. rdar://problem/16581138 llvm-svn: 209434
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-0/+14
Previously we had bodged together some hacks mapping MachO embedded targets (i.e. mainly ARM v6M and v7M) to the "*-*-darwin-eabi" triple. This is incorrect in both details (they don't run Darwin and they're not EABI in any real sense). This commit appropriates the existing "MachO" environment for the purpose instead. llvm-svn: 199367
OpenPOWER on IntegriCloud