summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2019-05-07 13:14:18 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2019-05-07 13:14:18 +0000
commit5c922f698847a7059e9015dcf73721af3be852a3 (patch)
tree179e98140e648ddea06b05adf55f41afe460ef01 /llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
parent7399ad31931d1e63ba81937f4128a23add3d3511 (diff)
downloadbcm5719-llvm-5c922f698847a7059e9015dcf73721af3be852a3.tar.gz
bcm5719-llvm-5c922f698847a7059e9015dcf73721af3be852a3.zip
[llvm-objdump] - Print relocation record in a GNU format.
This fixes the https://bugs.llvm.org/show_bug.cgi?id=41355. Previously with -r we printed relocation section name instead of the target section name. It was like this: "RELOCATION RECORDS FOR [.rel.text]" Now it is: "RELOCATION RECORDS FOR [.text]" Also when relocation target section has more than one relocation section, we did not combine the output. Now we do. Differential revision: https://reviews.llvm.org/D61312 llvm-svn: 360143
Diffstat (limited to 'llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll')
-rw-r--r--llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
index 759a4d7ca36..7b73abacdf5 100644
--- a/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
+++ b/llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
@@ -44,7 +44,7 @@
; DWO: .debug_info.dwo contents:
; CHECK-NOT: .rel{{a?}}.debug_info.dwo
-; CHECK: RELOCATION RECORDS FOR [.rel{{a?}}.debug_info]:
+; CHECK: RELOCATION RECORDS FOR [.debug_info]:
; CHECK-NOT: RELOCATION RECORDS
; Expect one relocation in debug_info, from the inlined f1 in foo to its
; abstract origin in bar
OpenPOWER on IntegriCloud