mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08: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 Differential Revision: https://reviews.llvm.org/D116279