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

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 21:24:59 PDT 2018


HsiangKai added a comment.

I use the same test program to generate executable with gcc. The executable has DW_TAG_label without DW_AT_low_pc. However, it will not crash GDB. There should be other debug attributes that will affect the behavior as setting breakpoints on labels.

I will dig into the difference and report here if I found the root cause.


Repository:
  rL LLVM

https://reviews.llvm.org/D51908





More information about the llvm-commits mailing list