Rename MaxAlignment -> Alignment.
authorRui Ueyama <ruiu@google.com>
Thu, 10 Mar 2016 18:58:53 +0000 (18:58 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 10 Mar 2016 18:58:53 +0000 (18:58 +0000)
commit17d6983a4e9b5488b1650e4ec68e679081bf98c1
tree80d9f7c450e96145c4d35c22df0b5a33f8fb0fc7
parent1452f485e24138235671086d36249635f97051e6
Rename MaxAlignment -> Alignment.

We can argue about a maximum alignment of a group of symbols,
but for each symbol, there is only one alignment.
So it is a bit weird that each symbol has a "maximum alignment".

llvm-svn: 263151
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h
lld/ELF/Writer.cpp