summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/dwarf-md5.ll
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2018-02-08 23:08:02 +0000
committerPaul Robinson <paul.robinson@sony.com>2018-02-08 23:08:02 +0000
commitceafcd41cf27ba94dbff62710ab03cb22b0d23a0 (patch)
treeac8e91e70660103a305f953f08f55c0bec71d9d8 /llvm/test/CodeGen/Generic/dwarf-md5.ll
parent41ffb30716e94f575a38647dac02c80b71f9bff1 (diff)
downloadbcm5719-llvm-ceafcd41cf27ba94dbff62710ab03cb22b0d23a0.tar.gz
bcm5719-llvm-ceafcd41cf27ba94dbff62710ab03cb22b0d23a0.zip
[DWARFv5] Fix dumper to show the file table starts at index 0.
Emitting the correct (root of compilation) file at index 0 will be posted for review later; I wanted to get this minor change out of the way first. llvm-svn: 324669
Diffstat (limited to 'llvm/test/CodeGen/Generic/dwarf-md5.ll')
-rw-r--r--llvm/test/CodeGen/Generic/dwarf-md5.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/dwarf-md5.ll b/llvm/test/CodeGen/Generic/dwarf-md5.ll
index 6793bf1cfb2..001a67e90ea 100644
--- a/llvm/test/CodeGen/Generic/dwarf-md5.ll
+++ b/llvm/test/CodeGen/Generic/dwarf-md5.ll
@@ -21,8 +21,8 @@
; OBJ-4: file_names[ 2] 1 0x00000000 0x00000000 "t2.h"
; OBJ-5: Dir MD5 Checksum File Name
-; OBJ-5: file_names[ 1] 1 11111111111111111111111111111111 "t1.h"
-; OBJ-5: file_names[ 2] 1 22222222222222222222222222222222 "t2.h"
+; OBJ-5: file_names[ 0] 1 11111111111111111111111111111111 "t1.h"
+; OBJ-5: file_names[ 1] 1 22222222222222222222222222222222 "t2.h"
; ModuleID = 't.c'
source_filename = "t.c"
OpenPOWER on IntegriCloud