diff options
| author | Eric Christopher <echristo@apple.com> | 2012-07-27 22:00:05 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2012-07-27 22:00:05 +0000 |
| commit | 86ca9f9e116e2cf3c5ac353e889e176f56d4a468 (patch) | |
| tree | 6bc4290c1de720e56f976192d26ddcf48b54e6aa /llvm/test/DebugInfo/X86/objc-fwd-decl.ll | |
| parent | 7dfe7abdee1ef1f11329543b5dc7cf94206d0b2e (diff) | |
| download | bcm5719-llvm-86ca9f9e116e2cf3c5ac353e889e176f56d4a468.tar.gz bcm5719-llvm-86ca9f9e116e2cf3c5ac353e889e176f56d4a468.zip | |
Add a DW_AT_high_pc for CUs that are a single address range. Update
all tests accordingly.
Fixes PR13351.
Patch by shinichiro hamaji!
llvm-svn: 160899
Diffstat (limited to 'llvm/test/DebugInfo/X86/objc-fwd-decl.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/objc-fwd-decl.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll index 1a815f936c1..f40770c7e1b 100644 --- a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll +++ b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll @@ -1,9 +1,9 @@ ; RUN: llc -mtriple=x86_64-macosx %s -o %t -filetype=obj ; RUN: llvm-dwarfdump %t | FileCheck %s -; CHECK: 0x00000027: DW_TAG_structure_type -; CHECK: 0x0000002c: DW_AT_declaration -; CHECK: 0x0000002d: DW_AT_APPLE_runtime_class +; CHECK: 0x0000002f: DW_TAG_structure_type +; CHECK: 0x00000034: DW_AT_declaration +; CHECK: 0x00000035: DW_AT_APPLE_runtime_class %0 = type opaque |

