PECOFF: Define and use BaseReloc type instead of std::pair.
authorRui Ueyama <ruiu@google.com>
Sun, 8 Mar 2015 22:49:27 +0000 (22:49 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 8 Mar 2015 22:49:27 +0000 (22:49 +0000)
commitf46b190465c9e5472eef1ce924330ae73a707ef9
tree1e0989db957f7e25f7806b0f6d604529b96a66bb
parent7e621e9d5e011a50b4e0917ef0b6367c44567a90
PECOFF: Define and use BaseReloc type instead of std::pair.

"first" and "second" are not easy to memorize.
Define a type to use meaningful names.

llvm-svn: 231614
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp