search for: llvm_1zyb4x

Displaying 1 result from an estimated 1 matches for "llvm_1zyb4x".

2004 Aug 30
1
[LLVMdev] llvmc - Compiler Driver - Status Update & Issues
...nslation with stkrc, optimization with opt and linking with llvm-link. It is also able to find Stacker's runtime library automatically using the "dependent libraries" feature of the VMCore IR. For example: bash-2.05$ llvmc fibonacci.st -o fibo -f -v stkrc -s 2048 fibonacci.st -o /tmp/llvm_1zyB4x/fibonacci.st.trans -f opt /tmp/llvm_1zyB4x/fibonacci.st.trans -o /tmp/llvm_1zyB4x/fibonacci.st.opt -simplifycfg -instcombine -mem2reg -f llvm-link /tmp/llvm_1zyB4x/fibonacci.st.opt /proj/work/llvm/cfrontend/install/bytecode-libs/stkr_runtime.bc -v -f -o fibo Loading '/tmp/llvm_1zyB4x/fibonacci....