[PATCH] D46878: Keep underscores in DW_TAG_label symbol names

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 07:53:01 PDT 2018


aprantl requested changes to this revision.
aprantl added a comment.

I'm not sure that stripping the leading `_` unconditionally is correct either. This code exists to emit DWARF for labels in assembler source code and I'm assuming that this patch will break that use-case.


Repository:
  rL LLVM

https://reviews.llvm.org/D46878





More information about the llvm-commits mailing list