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.