This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Allow invoking lib.exe mode via -lib in addition to /lib
ClosedPublic

Authored by mstorsjo on Feb 15 2021, 4:06 AM.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Feb 15 2021, 4:06 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2021, 4:06 AM
mstorsjo updated this revision to Diff 323890.Feb 15 2021, 11:00 PM

Fixed an issue with a test that only manifests if the test dir is cleaned before running the tests, that had a stray "-lib" argument that only caused warnings before, but now caused the tests to break.

mstorsjo updated this revision to Diff 323891.Feb 15 2021, 11:01 PM
mstorsjo set the repository for this revision to rG LLVM Github Monorepo.

Reuploading to retrigger CI.

rnk accepted this revision.Feb 23 2021, 4:04 PM

lgtm

This revision is now accepted and ready to land.Feb 23 2021, 4:04 PM