Created
April 4, 2009 18:39
-
-
Save prophile/90273 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alistairlynn$ clang -pipe -### -emit-llvm -c moof.c | |
clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/trunk 68401) | |
Target: powerpc-apple-darwin9 | |
clang: warning: not using the clang compiler for the 'ppc' architecture | |
"/usr/bin/gcc" "-pipe" "-emit-llvm" "-S" "-arch" "ppc" "-o" "moof.o" "-x" "c" "moof.c" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment