[PATCH] D45556: [DebugInfo] Generate DWARF debug information for labels.

Son Tuan Vu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 01:51:10 PDT 2018


tyb0807 added a comment.

Thank you for the patch.

It seems to me that with `requireLabelBeforeInsn`, the label will later be emitted as a temporary symbol with a unique but unspecified name (in `DebugHandleBase::beginInstruction()`). Is it correct?

Btw, can anyone tell me how to add inlined comments? Or I have to be in the reviewer list I guess?


Repository:
  rL LLVM

https://reviews.llvm.org/D45556





More information about the llvm-commits mailing list