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
When enabling v0 symbol mangling (e.g.: by setting rustflags = "-Csymbol-mangling-version=v0" in the [build] section of the cargo config file), most duplicate copies of a function end up as their own single-copy entry in the output instead of being properly grouped.
Perhaps cargo-llvm-lines should force the symbol mangling to legacy to ensure proper behavior for projects that normally use v0?
The text was updated successfully, but these errors were encountered:
When enabling v0 symbol mangling (e.g.: by setting
rustflags = "-Csymbol-mangling-version=v0"
in the[build]
section of the cargo config file), most duplicate copies of a function end up as their own single-copy entry in the output instead of being properly grouped.Perhaps
cargo-llvm-lines
should force the symbol mangling tolegacy
to ensure proper behavior for projects that normally use v0?The text was updated successfully, but these errors were encountered: