Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Call powerpc-darwin external tools with -arch ppc. | Rafael Espindola | 2014-08-28 | 1 | -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 a | Daniel Dunbar | 2012-11-08 | 1 | -0/+7 |
triple. - Translate the special case of powerpc to its expected -arch name. llvm-svn: 167571 |