This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Description
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
Do you have any idea how to proceed here?