Use uint32_t for consistency.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Oct 2016 00:58:23 +0000 (00:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 26 Oct 2016 00:58:23 +0000 (00:58 +0000)
llvm-svn: 285149

lld/ELF/Symbols.h

index 9c6da02..8c2edb2 100644 (file)
@@ -97,7 +97,7 @@ public:
   // The file from which this symbol was created.
   InputFile *File = nullptr;
 
-  unsigned DynsymIndex = 0;
+  uint32_t DynsymIndex = 0;
   uint32_t GotIndex = -1;
   uint32_t GotPltIndex = -1;
   uint32_t PltIndex = -1;