mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
Unbreak windows buildbots
llvm-svn: 259231
This commit is contained in:
parent
e3c89c41f3
commit
cfe0c34369
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user