mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 14:56:08 +00:00

LLVM core library supports demangling other mangled symbols other than itanium, such as D and Rust. LLD should use those demanglers in order to output pretty demangled symbols on error messages. Reviewed By: MaskRay, #lld-macho Differential Revision: https://reviews.llvm.org/D116279