aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/debug-reloc.s
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:49 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-01-19 10:05:49 +0000
commite2fd426bdafe9f5c10066d3926ece6e342184a67 (patch)
treebfbbb5fd38554e6b8988b7a217e9fd0623728d7d /test/COFF/debug-reloc.s
parent84c4061b34e048f47e5eb4fbabc1558495e8157c (diff)
Vendor import of lld trunk r351319 (just before the release_80 branchvendor/lld/lld-trunk-r351319
Notes
Notes: svn path=/vendor/lld/dist/; revision=343179 svn path=/vendor/lld/lld-trunk-r351319/; revision=343180; tag=vendor/lld/lld-trunk-r351319
Diffstat (limited to 'test/COFF/debug-reloc.s')
-rw-r--r--test/COFF/debug-reloc.s18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/COFF/debug-reloc.s b/test/COFF/debug-reloc.s
index 57ab9bf9cdbc..897f31a6b5ed 100644
--- a/test/COFF/debug-reloc.s
+++ b/test/COFF/debug-reloc.s
@@ -8,35 +8,35 @@
# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s -check-prefix HEADERS
# RUN: llvm-readobj -coff-debug-directory %t.exe | FileCheck %s -check-prefix DEBUG
-# SECTIONS: Number: 2
+# SECTIONS: Number: 3
# SECTIONS-NEXT: Name: .buildid (2E 62 75 69 6C 64 69 64)
# SECTIONS-NEXT: VirtualSize: 0x35
-# SECTIONS-NEXT: VirtualAddress: 0x2000
-# SECTIONS: Number: 3
+# SECTIONS-NEXT: VirtualAddress: 0x3000
+# SECTIONS: Number: 4
# SECTIONS-NEXT: Name: .data (2E 64 61 74 61 00 00 00)
# SECTIONS-NEXT: VirtualSize: 0x8
-# SECTIONS-NEXT: VirtualAddress: 0x3000
+# SECTIONS-NEXT: VirtualAddress: 0x4000
# RELOCS: BaseReloc [
# RELOCS-NEXT: Entry {
# RELOCS-NEXT: Type: DIR64
-# RELOCS-NEXT: Address: 0x3000
+# RELOCS-NEXT: Address: 0x4000
# RELOCS-NEXT: }
# RELOCS-NEXT: Entry {
# RELOCS-NEXT: Type: ABSOLUTE
-# RELOCS-NEXT: Address: 0x3000
+# RELOCS-NEXT: Address: 0x4000
# RELOCS-NEXT: }
# RELOCS-NEXT: ]
-# HEADERS: DebugRVA: 0x2000
+# HEADERS: DebugRVA: 0x3000
# HEADERS: DebugSize: 0x1C
# DEBUG: DebugDirectory [
# DEBUG: DebugEntry {
# DEBUG: Type: CodeView (0x2)
# DEBUG: SizeOfData: 0x19
-# DEBUG: AddressOfRawData: 0x201C
-# DEBUG: PointerToRawData: 0x61C
+# DEBUG: AddressOfRawData: 0x301C
+# DEBUG: PointerToRawData: 0x81C
.text
.def mainfunc;