Rename variables of type SymbolVersion.
authorRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 17:51:09 +0000 (17:51 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 15 Nov 2016 17:51:09 +0000 (17:51 +0000)
commitbaf7ee3c5e405c13ed6d1e6aec5a8154764d9add
treec51ea8fd520649ea4fb54d01cdd5a5251087d729
parent2a00b8461c4c4bfed589a5a880ad09a2a9ea2b9d
Rename variables of type SymbolVersion.

In this file, `sym` was used for both SymbolBody and SymbolVersion
although the two are completely different.

llvm-svn: 286992
lld/ELF/SymbolTable.cpp