Hello Eli. Eli Friedman <eli.friedman at gmail.com> writes: >> Is there a method for obtaining the llvm assembler of a given Function? > > I think something like "F->print(f);" will do the right thing. Nope. It prints nothing at all. mainF->print(std::cout); -- Óscar