Skip to content

Instantly share code, notes, and snippets.

@prophile
Created April 4, 2009 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prophile/90273 to your computer and use it in GitHub Desktop.
Save prophile/90273 to your computer and use it in GitHub Desktop.
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