Displaying 2 results from an estimated 2 matches for "llvmgccidr".
Did you mean:
llvmgccdir
2004 Apr 23
2
[LLVMdev] Testing LLVM on OS X
I'm interested in getting LLVM running on OS X so I can play around
with it and check it out. I downloaded the LLVM 1.2 package and
compiled and installed with no errors (used config options
--with-llvmgccidr and --enable-spec2000 pointing to the relevant
directories). I want to look at performance of SPEC CPU2000 with LLVM
vs gcc.
I was able to successfully compile and run the hello world program
using LLVM. I then made a simple spec config file to try to compile
spec with LLVM:
ext=ppc32_llvm
te...
2004 Apr 26
0
[LLVMdev] Testing LLVM on OS X
On Fri, 23 Apr 2004, Patrick Flanagan wrote:
> I'm interested in getting LLVM running on OS X so I can play around
> with it and check it out. I downloaded the LLVM 1.2 package and
> compiled and installed with no errors (used config options
> --with-llvmgccidr and --enable-spec2000 pointing to the relevant
> directories). I want to look at performance of SPEC CPU2000 with LLVM
> vs gcc.
Great!
> CC=/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc
> CXX=/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/llvmg++
> FC=g77
>...