[LLVMdev] LLVM-GCC does not generate llvm.dbg.region.start

Duncan Sands baldrick at free.fr
Sun May 4 03:15:16 PDT 2008


Hi,

> I do not see llvm-gcc generating llvm.dbg.region.start/end pairs for
> blocks.
> Why?

because at the point that gcc -> LLVM conversion kicks in, they don't
exist anymore.  This is PR1617:
  http://llvm.org/bugs/show_bug.cgi?id=1617

Ciao,

Duncan.



More information about the llvm-dev mailing list