Displaying 1 result from an estimated 1 matches for "permutat".
Did you mean:
permutate
2007 Feb 25
1
[LLVMdev] 254.gap SPEC2000
...mmand line for gcc? I 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 ex...