summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-01 16:09:49 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-01 16:09:49 +0000
commite12ab1276d6fa9221fb4bbc9556493aad9b51a0f (patch)
tree0fac8796b68b1f4e405c2c1813b0ddc4150ee2e5 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parentdd690a2ca48cf8b63f44af4ba8933a8a9d41ec48 (diff)
downloadbcm5719-llvm-e12ab1276d6fa9221fb4bbc9556493aad9b51a0f.tar.gz
bcm5719-llvm-e12ab1276d6fa9221fb4bbc9556493aad9b51a0f.zip
Simplify debug_loc.dwo handling slightly.
llvm-svn: 205322
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index a21fa673118..7cb2567db26 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1893,7 +1893,7 @@ void DwarfDebug::emitSectionLabels() {
emitSectionSym(Asm, TLOF.getDwarfStrDWOSection(), "skel_string");
DwarfAddrSectionSym =
emitSectionSym(Asm, TLOF.getDwarfAddrSection(), "addr_sec");
- DwarfDebugLocDWOSectionSym =
+ DwarfDebugLocSectionSym =
emitSectionSym(Asm, TLOF.getDwarfLocDWOSection(), "skel_loc");
} else
DwarfDebugLocSectionSym =
OpenPOWER on IntegriCloud