In the following command line,
lld-link foo/bar.lib /defaultlib:bar.lib
"/defaultlib:bar.lib" should be a nop even if a file with the same
name exists in other library search path.
Differential D41094
Do not read the same .lib file more than once. ruiu on Dec 11 2017, 2:22 PM. Authored by
Details In the following command line, lld-link foo/bar.lib /defaultlib:bar.lib "/defaultlib:bar.lib" should be a nop even if a file with the same
Diff Detail
|