Displaying 1 result from an estimated 1 matches for "n1899".
Did you mean:
1899
2007 Dec 08
0
[LLVMdev] [Oink-devel] Elsa and LLVM
...> I don't know if these are the appropriate places to say this, but:
>
> [~/llvm] ms% ccparse -cc2llvm - sieve.c > foo.ll
> [~/llvm] ms% llvm-as foo.ll -o foo.bc
> [~/llvm] ms% llvmc foo.bc -o foo.s
> [~/llvm] ms% gcc -o foo foo.s
> [~/llvm] ms% ./foo
> 10 iterations\n1899 primes\n
>
> It says a a lot about both Elsa and LLVM that I've gotten this far in
> about a week. Great work guys!