Displaying 1 result from an estimated 1 matches for "download_c".
Did you mean:
download_
2008 Jan 01
0
[LLVMdev] using llvm-ld with existing libraries
I am seeing the same problems using 'llvm-ld' with llvm-gcc
at -O4 on x86_64 Fedora 8 linux as on Darwin. Another example
of this is building the scimark2_1c benchmark...
http://math.nist.gov/scimark2/download_c.html
as follows on x86_64 Fedora 8...
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c FFT.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c kernel.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Stopwatch.c
/home/howarth/llvm-gcc42-work/bin/gcc -O4 -m64 -c Random.c
/home/howarth/llvm-...