Use named struct instead of unnamed std::pair.
authorRui Ueyama <ruiu@google.com>
Sat, 17 Sep 2016 02:23:40 +0000 (02:23 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 17 Sep 2016 02:23:40 +0000 (02:23 +0000)
commit4dc07becd06279359b3b295ef39f19ff8d2fcdaf
treec377e9bd2a96066cefe56eb92fdbdd29fdf5df86
parent3ff27f49cdad093957a50470b0738cdb5c9c0ed6
Use named struct instead of unnamed std::pair.

It is important to give members names for readability.

llvm-svn: 281803
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h