diff options
author | Luís Ferreira <contact@lsferreira.net> | 2021-11-09 09:04:46 -0800 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2021-11-09 09:29:13 -0800 |
commit | 22a1aa5a43cbdaf9dde014ba1f120e0f7ca1788b (patch) | |
tree | 251be1e14c8d9a2473fbf5ac8eb340951d869042 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | a19da876ab93d54ebc20aadd12820f74220d2f50 (diff) | |
download | llvm-22a1aa5a43cbdaf9dde014ba1f120e0f7ca1788b.zip llvm-22a1aa5a43cbdaf9dde014ba1f120e0f7ca1788b.tar.gz llvm-22a1aa5a43cbdaf9dde014ba1f120e0f7ca1788b.tar.bz2 |
[Demangle] Add minimal support for D programming language
This patch adds minimal support for D programming language demangling on LLVM
core based on the D name mangling spec. This will allow easier integration on a
future LLDB plugin for D either in the upstream tree or outside of it.
Minimal support includes recognizing D demangling encoding and at least one
mangling name, which in this case is `_Dmain` mangle.
Reviewed By: jhenderson, lattner
Differential Revision: https://reviews.llvm.org/D111414
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions