So is there a C binding for functions that emit LLVM assembly code? Or should I use BitWriter followed by the disassembler?
Hi Eli,> So is there a C binding for functions that emit LLVM assembly code? OrI don't think so.> should I use BitWriter followed by the disassembler?Better would be to submit a patch that adds a C binding for these functions. Ciao, Duncan.