Displaying 4 results from an estimated 4 matches for "bclink".
Did you mean:
mclink
2008 May 14
3
[LLVMdev] Help needed after hiatus
...timize compress.ubc to become an LLVM bitcode file
optimize blocksort.ubc to become an LLVM bitcode file
optimize huffman.ubc to become an LLVM bitcode file
optimize decompress.ubc to become an LLVM bitcode file
optimize bzlib.ubc to become an LLVM bitcode file
Phase: Bitcode linking
bclink bzip2.bc to become a file that has been linked
bclink crctable.bc to become a file that has been linked
bclink randtable.bc to become a file that has been linked
bclink compress.bc to become a file that has been linked
bclink blocksort.bc to become a file that has been linked
bclink...
2009 Jul 18
2
[LLVMdev] The mysterious case of the missing GlobalVariables.
...variable
definitions, even though the references are there.
Strangely enough, if I stop after bc linking and look at the bc, the
definitions are there and I can use llc to generate a correct .s file.
Also strangely, If I feed the linked bc file back into the driver and go
through the optimize/bclink/generate steps, the globals disappear again.
I'm sure I'm missing something stupid. Any ideas?
-Rich
2009 Jul 18
0
[LLVMdev] The mysterious case of the missing GlobalVariables.
...en though the references are there.
>
> Strangely enough, if I stop after bc linking and look at the bc, the
> definitions are there and I can use llc to generate a correct .s file.
>
> Also strangely, If I feed the linked bc file back into the driver and go
> through the optimize/bclink/generate steps, the globals disappear again.
>
> I'm sure I'm missing something stupid. Any ideas?
>
> -Rich
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.ui...
2007 Dec 21
5
[LLVMdev] Status of Elsa->LLVM
...Phase: Preprocessing
test/ofmt.i is ignored during this phase
Phase: Translation
compile test/ofmt.i to become an unoptimized LLVM bitcode file
typechecking results:
errors: 0
warnings: 0
Phase: Optimization
optimize ofmt.bc to become an LLVM bitcode file
Phase: Bitcode linking
bclink ofmt.bc to become a file that has been linked
Phase: Bitcode assembly
ofmt.bc is ignored during this phase
Phase: Assembly
ofmt.bc is ignored during this phase
Phase: Linking
ofmt.bc is ignored during this phase
===-------------------------------------------------------------------------==...