search for: fmt_int

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

Did you mean: aml_int
2012 Jan 30
2
[LLVMdev] Debugging LLVM IR
Hi, I'm trying to write a compiler for a language that seems useful. I decided to target LLVM and write the compiler to just print out IR as text, instead of using the API's. This allows me to focus on the IR instead of having to learn the API as well, which kind of seems like an extra obstacle at this point. Anyway, writing out IR seems like a nice enough way to learn LLVM, except that