[PATCH] D67301: [LLD] Use the unified llvm demangle frontend function. NFC.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 13:07:13 PDT 2019


rnk added a comment.

In D67301#1664700 <https://reviews.llvm.org/D67301#1664700>, @MaskRay wrote:

> I hope at least for ELF, you can keep the `"_Z"` prefix check. It doesn't need the ObjC `"___Z"` extension.


Are you sure? Surely users could use `-fblocks` to get those manglings, or use ObjC on Linux.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67301/new/

https://reviews.llvm.org/D67301





More information about the llvm-commits mailing list