[PECOFF][Driver] Add -libpath command line option.
authorRui Ueyama <ruiu@google.com>
Fri, 19 Jul 2013 01:38:49 +0000 (01:38 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 19 Jul 2013 01:38:49 +0000 (01:38 +0000)
commit9f24922bd18a59d13282f26f2d4e6e6c7207a8e0
tree4a1bfc55a6fcb79ef02e169f436b942882f721b6
parent32488bd55927247cd07d8e540ab48c5ffbcfd055
[PECOFF][Driver] Add -libpath command line option.

The logic to search a library from the library paths will be implemented
in a different patch.

llvm-svn: 186644
lld/include/lld/ReaderWriter/PECOFFTargetInfo.h
lld/lib/Driver/WinLinkDriver.cpp
lld/lib/Driver/WinLinkOptions.td
lld/unittests/DriverTests/WinLinkDriverTest.cpp