[LLVMdev] RFC - Adding an optimization report facility?

Diego Novillo dnovillo at google.com
Mon Mar 10 07:57:53 PDT 2014


On Mon, Mar 10, 2014 at 5:35 AM, Tobias Grosser <tobias at grosser.es> wrote:

> This is an interesting discussion to have. I currently use line-table debug
> info and this work very well, with the only exception that line-table
> information currently needs to be enabled manually. As this could probably
> be enabled automatically for the users, this does not seem like an
> unsolvable problems.

Yes. I don't think enabling -gline-tables-only would be a problem when
-R is used. It gives us precisely the information we need.

Diego.



More information about the llvm-dev mailing list