[PATCH] D54279: wasm32: Respect `--no-mangle` in more locations in LLD
Nick Fitzgerald via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 15:48:33 PST 2018
fitzgen added a comment.
In https://reviews.llvm.org/D54279#1292218, @sbc100 wrote:
> Do you even want mangled names in the names section?
Part of the issue is just that Rust doesn't use itanium mangling. It uses something that is similar, and will often (but not always!) demangle correctly if you pass it through an itanium demangler. It is that not always case that is problematic, and where we would prefer to just handle this from our side of the toolchain.
https://reviews.llvm.org/D54279
More information about the llvm-commits
mailing list