You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2026. It is now read-only.
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.
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.: