llvm-project
b384622f - [LLD] [COFF] Explicitly prefer def files and export directives over /export-all-symbols (#190749)

Commit
17 days ago
[LLD] [COFF] Explicitly prefer def files and export directives over /export-all-symbols (#190749) If a def file is specified (or explicit export directives), they should be preferred over exports from /export-all-symbols. There is no need to warn about conflicts in these cases, just make a clear preference and ignore the export with lower preference.
Author
Parents
Loading