summaryrefslogtreecommitdiff
path: root/test/COFF/lldmap.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/lldmap.test')
-rw-r--r--test/COFF/lldmap.test9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/COFF/lldmap.test b/test/COFF/lldmap.test
index eb61f0e5a6c2e..69080fd639abf 100644
--- a/test/COFF/lldmap.test
+++ b/test/COFF/lldmap.test
@@ -4,7 +4,8 @@
# RUN: lld-link /out:%T/bar.exe /entry:main /lldmap %t.obj
# RUN: FileCheck %s < %T/bar.map
-# CHECK: .obj:
-# CHECK-NEXT: 140001000 .text$mn
-# CHECK-NEXT: 140001000 .data
-# CHECK-NEXT: 140001000 main
+# CHECK: Address Size Align Out In File Symbol
+# CHECK-NEXT: 00001000 00000006 4096 .text
+# CHECK-NEXT: 00001000 00000006 16 .text$mn
+# CHECK-NEXT: 00001000 00000006 16 {{.*}}lldmap.test.tmp.obj
+# CHECK-NEXT: 00001000 00000006 0 main