This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Use paths explicitly provided by the -L option before default paths
ClosedPublic

Authored by atanasyan on Feb 26 2015, 3:09 AM.

Details

Summary

User should be able to override default search paths using the -L option.

Diff Detail

Event Timeline

atanasyan updated this revision to Diff 20740.Feb 26 2015, 3:09 AM
atanasyan retitled this revision from to [Driver] Use paths explicitly provided by the -L option before default paths.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added reviewers: shankarke, ruiu.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.
atanasyan added a subscriber: Unknown Object (MLST).
This revision is now accepted and ready to land.Feb 26 2015, 5:33 AM
atanasyan closed this revision.Feb 26 2015, 12:12 PM

Thanks for review.

Closed by commit rL230679.