Displaying 1 result from an estimated 1 matches for "vecffe".
Did you mean:
recife
2007 Feb 25
1
[LLVMdev] 254.gap SPEC2000
...am in Mac OS X 10.4.8. My script is
this one here:
============================================================================
#!/bin/bash
echo "Producing executable.bc";
llvm-gcc system.c agcollec.c finfield.c pcpresen.c record.c unknown.c
aggroup.c function.c permutat.c scanner.c vecffe.c blister.c gap.c plist.c
set.c vector.c coding.c gasman.c polynom.c statemen.c word.c costab.c
idents.c range.c string.c cyclotom.c integer.c rational.c eval.c list.c
read.c tietze.c -o executable;
echo "Producing exec_ln...";
llc -f -stats -regalloc=linearscan executable.bc -o ln.s...