This is an archive of the discontinued LLVM Phabricator instance.

Recognize .lib files as linker input explicitly
ClosedPublic

Authored by • ehsan on Sep 10 2014, 6:32 AM.

Details

Summary

Currently, this is done implicitly in Driver::BuildInputs by considering
any invalid input type as linker input.

Diff Detail

Repository
rL LLVM

Event Timeline

• ehsan updated this revision to Diff 13538.Sep 10 2014, 6:32 AM
• ehsan retitled this revision from to Recognize .lib files as linker input explicitly.
• ehsan updated this object.
• ehsan edited the test plan for this revision. (Show Details)
• ehsan added a reviewer: hansw.
• ehsan added a subscriber: Unknown Object (MLST).
hans accepted this revision.Sep 10 2014, 10:18 AM
hans added a reviewer: hans.
hans added a subscriber: hans.

lgtm

This revision is now accepted and ready to land.Sep 10 2014, 10:18 AM
• ehsan closed this revision.Sep 10 2014, 10:25 AM
• ehsan updated this revision to Diff 13551.

Closed by commit rL217522 (authored by @ehsan).