summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-11 23:18:15 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-11 23:18:15 +0000
commit0f55e833a64bb1e04346e6103131e1bce6ebc759 (patch)
treebdb7927df497ba7311f16d544e40571bf6f141c8 /llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
parent5c17f8a7e05ad3dd1a30a442d26a29bb4be2a1b6 (diff)
downloadbcm5719-llvm-0f55e833a64bb1e04346e6103131e1bce6ebc759.tar.gz
bcm5719-llvm-0f55e833a64bb1e04346e6103131e1bce6ebc759.zip
DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
I could fold the callers into their one call site, but the indirection (given how verbose choosing the section is) seemed helpful. The use of a member function pointer's a bit "tricky", but seems limited enough, the call sites are simple/clean/clear, and there's only one use. llvm-svn: 203619
Diffstat (limited to 'llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll')
-rw-r--r--llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll b/llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
index 683aac5ef02..65c46d368d1 100644
--- a/llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
+++ b/llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
@@ -7,7 +7,7 @@
; Check that we get a symbol off of the debug_info section when using split dwarf and pubnames.
-; CHECK: .Lpubtypes_begin0:
+; CHECK: .LpubTypes_begin0:
; CHECK-NEXT: .short 2 # DWARF Version
; CHECK-NEXT: .long .L.debug_info_begin0 # Offset of Compilation Unit Info
OpenPOWER on IntegriCloud