Fix lld build on Windows with MSVC due to C2461
authorMichael Liao <michael.hliao@gmail.com>
Thu, 27 Jun 2019 17:19:28 +0000 (17:19 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Thu, 27 Jun 2019 17:19:28 +0000 (17:19 +0000)
commita166b903d0ee8fca30c494ff4fb8687c310a0628
treec60b27c6a65e8115671c3b70c209880ffb9c4b2e
parent32ef9292bea1731237364c566172b4be94274d07
Fix lld build on Windows with MSVC due to C2461

- It seems the same name of class and one of its fields confuses MSVC,
  https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2461?view=vs-2019
- Patch from Andryeyev, German <german.andryeyev@amd.com>

llvm-svn: 364567
lld/COFF/SymbolTable.cpp