[PATCH] D51908: [DebugInfo] Do not generate debug info for removed labels.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 00:59:30 PDT 2018


HsiangKai added a comment.

In https://reviews.llvm.org/D51908#1231568, @probinson wrote:

> Can you preserved the declaration DIE (at 0x0000007c) while omitting the definition DIE (at 0x00000063)? Does that still cause a problem for GDB?


Yes, I tried it on no-inlined test case. It still caused a problem for GDB.


Repository:
  rL LLVM

https://reviews.llvm.org/D51908





More information about the llvm-commits mailing list