[PATCH] D46878: Add DW_AT_linkage_name for DW_TAG_labels

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 16:00:41 PDT 2018


dblaikie added a comment.

Is this correct? What if the user has a label called "_foo"?

I would've thought this '_' handling thing was specifically a OSX/iOS thing (from what I've seen in its handling in LLVM in other places) - so I'm surprised it isn't conditionalized in some way?


https://reviews.llvm.org/D46878





More information about the llvm-commits mailing list