Demangle support #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Although the goal is to integrate into zig toolchain, assuming there is some internal difference.
Can you tell me if the standalone zld supports c++ demangle if used in place of the default linker?
Already in the zig language I have been thinking about maybe trying the proposed solution for the rust demangle mold linker being a zig library by doing some zFFI tests.
For I believe it would be a more natural alternative than simply using @"_Zfoo".
e.g.:
The text was updated successfully, but these errors were encountered: