[all-commits] [llvm/llvm-project] 9b1085: [Demangle] Support Rust v0 mangling scheme in llvm...
tmiasko via All-commits
all-commits at lists.llvm.org
Thu Jun 17 01:40:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b1085604ecf3d2d1a416ee658bca981af133128
https://github.com/llvm/llvm-project/commit/9b1085604ecf3d2d1a416ee658bca981af133128
Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M llvm/lib/Demangle/Demangle.cpp
M llvm/unittests/Demangle/DemangleTest.cpp
Log Message:
-----------
[Demangle] Support Rust v0 mangling scheme in llvm::demangle
The llvm::demangle is currently used by llvm-objdump and llvm-readobj,
so this effectively adds support for Rust v0 mangling to those
applications.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D104340
More information about the All-commits
mailing list