Displaying 1 result from an estimated 1 matches for "17b84457".
Did you mean:
17844.7
2010 Aug 20
1
[LLVMdev] Seeking Tutorial Based on Generation of LLVM IR and static compilation
I'm writing a compiler (originally targeting x86 asm, but now)
targeting the
LLVM IR. I am seeking some tutorial style information focused on:
1) Hand writing LLVM IR and/or compiler generated TEXT LLVM IR
text source modules by my compiler
2) Purely static compilation and linking of modules written in LLVM IR
(or compiler generated, clearly)
3) In sum, I'm only interested in using