[PECOFF] Support -fixed command line option to disable base relocations.
authorRui Ueyama <ruiu@google.com>
Tue, 23 Jul 2013 01:29:50 +0000 (01:29 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 23 Jul 2013 01:29:50 +0000 (01:29 +0000)
commit6a41fca8565d8273f2a922e36c3a661f45ac9316
treeea45152ff590d4948b0e1a01b33c58a2ea339494
parentbf547cea0e50c2147275c6e5f1bb3b96baf045b5
[PECOFF] Support -fixed command line option to disable base relocations.

llvm-svn: 186911
lld/include/lld/ReaderWriter/PECOFFTargetInfo.h
lld/lib/Driver/WinLinkDriver.cpp
lld/lib/Driver/WinLinkOptions.td
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
lld/test/pecoff/base-reloc.test
lld/unittests/DriverTests/WinLinkDriverTest.cpp