Skip to content

Commit

Permalink
Unbreak windows buildbots
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259231 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
majnemer committed Jan 29, 2016
1 parent 5c900cb commit 3a1ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/MC/MCCodeView.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class CodeViewContext {

/// 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;
Expand Down

0 comments on commit 3a1ed8c

Please sign in to comment.