Displaying 3 results from an estimated 3 matches for "_compiling_".
2002 Dec 08
2
[LLVMdev] Building 'as' for Olden
What exactly does Olden require from 'as'. I can't build the entire 'as'
because there's no more disk space left.
Wojciech
2002 Dec 08
0
[LLVMdev] Building 'as' for Olden
> 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/
2002 Dec 08
1
[LLVMdev] Building 'as' for Olden
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...