Replace a std::pair with a struct.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Mar 2018 22:32:17 +0000 (22:32 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Mar 2018 22:32:17 +0000 (22:32 +0000)
commitc08e5afb7cfc82eb1bff67d4063d2f4bc1f4986a
tree6d4309b29836dfeb68ada7258907619211381e68
parent556f8f6adc39e306749ace5582b2842981c0cd7f
Replace a std::pair with a struct.

This is more readable and should reduce the noise in a followup patch.

llvm-svn: 328164
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h