What exactly does Olden require from 'as'. I can't build the entire 'as' because there's no more disk space left. Wojciech
> What exactly does Olden require from 'as'. I can't build the entire 'as' > because there's no more disk space left.Olden itself doesn't need it. _Compiling_ Olden requires the assembler to turn llvm .s files into llvm .o files. Why not just use the bytecode files that Misha posted? -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
On Sun, 8 Dec 2002, Chris Lattner wrote:> Olden itself doesn't need it. _Compiling_ Olden requires the assembler to > turn llvm .s files into llvm .o files. Why not just use the bytecode > files that Misha posted?Right now I can't even get the LLVM assembly file to produce from Olden. The bytecodes that Misha posted are some ancient Olden version that doesn't work either. Wojciech