[LLVMdev] [PATCH] Before/After IR Dumps
Kalle Raiskila
kalle.raiskila at nokia.com
Fri Mar 12 06:13:05 PST 2010
David Greene wrote:
> Here's a rework using PassManager as Chris suggested. Comments?
Tried this second patch with the svn version 97812 (the one the patch is
made against), but it doesn't compile:
"llvm/include/llvm/Pass.h:127: Error: expected unqualified-id before "&"
token"
Seems raw_ostream is forward declared but not defined (adding a missing
#include fixed that).
But the file MachineFunctionPrinterPass.h is still missing.
kalle
More information about the llvm-dev
mailing list