OSDN Git Service

Unbreak windows buildbots
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 29 Jan 2016 19:38:03 +0000 (19:38 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 29 Jan 2016 19:38:03 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259231 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCCodeView.h

index d89e53b..8ecdd05 100644 (file)
@@ -174,7 +174,7 @@ private:
 
   /// The offset of the first and last .cv_loc directive for a given function
   /// id.
-  std::map<int, std::pair<size_t, size_t>> MCCVLineStartStop;
+  std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop;
 
   /// A collection of MCCVLineEntry for each section.
   std::vector<MCCVLineEntry> MCCVLines;