Unbreak windows buildbots

llvm-svn: 259231
This commit is contained in:
David Majnemer 2016-01-29 19:38:03 +00:00
parent e3c89c41f3
commit cfe0c34369

View 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;