[PATCH] [prototype] Adding line table debug information to LLVM on Windows

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Dec 20 06:42:13 PST 2013


On 20 December 2013 09:16, Timur Iskhodzhanov <timurrrr at google.com> wrote:
> What I want to test is that we actually generate debug info that it's
> correct and makes sense.
> Add you can see from the review log and remaining FIXMEs, this did in fact
> uncover a few imperfections in the implementation that I addressed/want to
> address.
>
> Do you think this is a good reason?

I don't think so. If the assembly is hard to test on its own, I would
suggest "llc | llvm-mc -filetype=obj". Only ever use llc with
-filetype=obj when there is really a different code path that needs to
be tested.

Cheers,
Rafael



More information about the llvm-commits mailing list