summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/gen-dwarf-cpp.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/MachO/gen-dwarf-cpp.s')
-rw-r--r--llvm/test/MC/MachO/gen-dwarf-cpp.s14
1 files changed, 9 insertions, 5 deletions
diff --git a/llvm/test/MC/MachO/gen-dwarf-cpp.s b/llvm/test/MC/MachO/gen-dwarf-cpp.s
index ad07bf6096a..3cb26ce6081 100644
--- a/llvm/test/MC/MachO/gen-dwarf-cpp.s
+++ b/llvm/test/MC/MachO/gen-dwarf-cpp.s
@@ -16,11 +16,15 @@ L1: leave
// We check that the source name "t.s" is picked up
// CHECK: include_directories[ 1] = "{{.*(/|\\\\)}}test{{(/|\\\\)}}MC{{(/|\\\\)}}MachO"
// CHECK: include_directories[ 2] = "inc"
-// CHECK: Dir Mod Time File Len File Name
-// CHECK: ---- ---------- ---------- ---------------------------
-// CHECK: file_names[ 1] 1 0x00000000 0x00000000 "gen-dwarf-cpp.s"
-// CHECK: file_names[ 2] 0 0x00000000 0x00000000 "t.s"
-// CHECK: file_names[ 3] 2 0x00000000 0x00000000 "g.s"
+// CHECK: file_names[ 1]:
+// CHECK-NEXT: name: "gen-dwarf-cpp.s"
+// CHECK-NEXT: dir_index: 1
+// CHECK: file_names[ 2]:
+// CHECK-NEXT: name: "t.s"
+// CHECK-NEXT: dir_index: 0
+// CHECK: file_names[ 3]:
+// CHECK-NEXT: name: "g.s"
+// CHECK-NEXT: dir_index: 2
// CHECK-NOT: file_names
// We check that the source line number 100 is picked up before the "movl"
OpenPOWER on IntegriCloud