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
Tor links with the -dead_strip command line option. This deletes the bitcode path segment.
So we do not pass it to the link stage, just like -Wl,dead_strip. However gclang still passes it to the link stage.
The text was updated successfully, but these errors were encountered:
Tor links with the
-dead_strip
command line option. This deletes the bitcode path segment.So we do not pass it to the link stage, just like
-Wl,dead_strip
. Howevergclang
still passes it to the link stage.The text was updated successfully, but these errors were encountered: