[PATCH] Bug 9761: EmitEndOfAsmFile is not the final emission point.

Matt Arsenault Matthew.Arsenault at amd.com
Fri May 10 17:03:57 PDT 2013


  My problem is that AMDIL assumes the last thing in the program is "end", which is emitted in EmitEndOfAsmFile. When using debug info, the OutStreamer.Finish() dumps the line tables after it, which doesn't parse.

http://llvm-reviews.chandlerc.com/D633



More information about the llvm-commits mailing list