summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2018-10-27 17:39:13 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2018-10-27 17:39:13 +0000
commit50d2683a005f3a46ddfae52ca2745a89d4831195 (patch)
treed6b456ea62a714b1d6d4e01678a5877361125482 /llvm/test/tools/llvm-dwarfdump
parentfc7654a67b314cbd75d8268544be8b69fbe99cdd (diff)
downloadbcm5719-llvm-50d2683a005f3a46ddfae52ca2745a89d4831195.tar.gz
bcm5719-llvm-50d2683a005f3a46ddfae52ca2745a89d4831195.zip
Revert "DebugInfo: reduce DIE range verification on object files"
This reverts commits r345441 and r345444, they were causing msan buildbot failures. llvm-svn: 345457
Diffstat (limited to 'llvm/test/tools/llvm-dwarfdump')
-rw-r--r--llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.s57
1 files changed, 0 insertions, 57 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.s b/llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.s
deleted file mode 100644
index be79c95c0b1..00000000000
--- a/llvm/test/tools/llvm-dwarfdump/X86/debug-verify-object.s
+++ /dev/null
@@ -1,57 +0,0 @@
-# RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -o - %s | llvm-dwarfdump --verify -
-
- .text
-
- .section .text.f,"ax",@progbits
- .globl f
- .type f,@function
-f:
-.Lfunc_begin0:
- pushq $32
- popq %rax
- retq
-.Lfunc_end0:
- .size f, .Lfunc_end0-f
-
- .section .text.g,"ax",@progbits
- .globl g
- .type g,@function
-g:
-.Lfunc_begin1:
- pushq $64
- popq %rax
- retq
-.Lfunc_end1:
- .size g, .Lfunc_end1-g
-
- .section .debug_abbrev,"",@progbits
- .byte 1 # Abbreviation Code
- .byte 17 # DW_TAG_compile_unit
- .byte 0 # DW_CHILDREN_no
- .byte 17 # DW_AT_low_pc
- .byte 1 # DW_FORM_addr
- .byte 85 # DW_AT_ranges
- .byte 23 # DW_FORM_sec_offset
- .byte 0 # EOM(1)
- .byte 0 # EOM(2)
- .byte 0 # EOM(3)
-
- .section .debug_info,"",@progbits
-.Lcu_begin0:
- .long 20 # Length of Unit
- .short 4 # DWARF version number
- .long .debug_abbrev # Offset Into Abbrev. Section
- .byte 8 # Address Size (in bytes)
- .byte 1 # Abbrev [1] 0xb:0x1f DW_TAG_compile_unit
- .quad 0 # DW_AT_low_pc
- .long .Ldebug_ranges0 # DW_AT_ranges
-
- .section .debug_ranges,"",@progbits
-.Ldebug_ranges0:
- .quad .Lfunc_begin0
- .quad .Lfunc_end0
- .quad .Lfunc_begin1
- .quad .Lfunc_end1
- .quad 0
- .quad 0
-
OpenPOWER on IntegriCloud