Update the vendored version of rust-demangle.c

https://github.com/LykenSol/rust-demangle.c/pull/2 has been merged.
The main change from the PR as of me vendoring it is new support
for decoding and escaping UTF-8 string literals. In addition
clang-format was used for formatting the file.
This commit is contained in:
bjorn3
2023-09-26 19:02:57 +02:00
parent 467fe307f5
commit 242acd4489
2 changed files with 152 additions and 111 deletions

View File

@ -1,5 +1,5 @@
/*
Imported from https://github.com/LykenSol/rust-demangle.c commit eed29f57732ddb2be434ec89f8ede9b695e5e157
Imported from https://github.com/LykenSol/rust-demangle.c commit 4b3529ee0060d318c60459fbe9a0d95fff82e74f
Modifications from upstream:
* Add sysprof_ prefix to exported symbols and mark them as hidden
* Add pragma once