projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
236c1ac
)
Attempt to increase the overall happiness of the MSCV-based buildbots.
author
Adrian Prantl
<aprantl@apple.com>
Fri, 1 Aug 2014 22:56:10 +0000
(22:56 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Fri, 1 Aug 2014 22:56:10 +0000
(22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214588
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index dc6081c3b423941bae9691f71c7e746553e175f1..454c10f180895d51f2865755a72e9d5444364727 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-1279,7
+1279,7
@@
buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc,
}
// Add this value to the list of open ranges.
if (DIVar.isVariablePiece())
- OpenRanges.push_back(
{DIVar, Value}
);
+ OpenRanges.push_back(
std::make_pair(DIVar, Value)
);
DEBUG(dbgs() << "Values:\n";
for (auto Value : DebugLoc.back().getValues())