Displaying 1 result from an estimated 1 matches for "teerunout".
2004 Apr 23
2
[LLVMdev] Testing LLVM on OS X
...able-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
teeout=yes
teerunout=yes;
default=default=default=default:
#
CC=/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/gcc
CXX=/Users/patrick/Desktop/LLVM/cfrontend/ppc/llvm-gcc/bin/llvmg++
FC=g77
OPTIMIZE = -O3 -fomit-frame-pointer
To test that everything was setup correctly, I tried doing just the
164.gzip test f...