[llvm-commits] [patch] Use .loc in codegen

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Nov 17 10:43:36 PST 2010


> Is there some way to make sure that nothing was actually lost in these 13 Mb? :)

I tried the basic:

$ gdb Debug+Asserts/bin/clang

breakpoints, next and step work as expected. The assembly output also
has .loc directives that look correct.

Without this patch we use DW_LNE_set_address for every address change,
so that is probably when all those 13 MB were going.

> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>

Cheers,
Rafael



More information about the llvm-commits mailing list