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
I've discovered flags like --pic/--shared in the latest LLD (seems to be not yet available in the LLD shipped with rust). But when I try to use them I'm getting this LLD error:
lld: error: -shared/-pie is incompatible with --export-table
I tried to pass --import-table to override the rustc passed --export-table, however, LLD doesn't support that, and fails with
lld: error: --import-table and --export-table may not be used together