You copied the Doc URL to your clipboard.
If you explicitly list object files on the linker command-line,
specify the --no_import_unresolved
option so that
any unresolved references cause an undefined symbol error rather
than being imported.
--import_unresolved
is the default option.
Note
Not supported for AArch64 state.