summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/darwin-arch-default.c
Commit message (Collapse)AuthorAgeFilesLines
* Call powerpc-darwin external tools with -arch ppc.Rafael Espindola2014-08-281-2/+38
| | | | | | | | | | With this patch we call external tools for powerpc-darwin with "-arch ppc" instead of "-arch powerpc", so as to be compatible with the cctools assembler and ld64 linker. Patch by Stephen Drake! llvm-svn: 216687
* Driver/Darwin: The -arch argument values aren't exactly the arch names from aDaniel Dunbar2012-11-081-0/+7
triple. - Translate the special case of powerpc to its expected -arch name. llvm-svn: 167571
OpenPOWER on IntegriCloud