diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-comp-dir.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dwarf-comp-dir.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll index 8c4b8fdc360..8d9f7c0e8d0 100644 --- a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll +++ b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll @@ -17,5 +17,5 @@ target triple = "x86_64-unknown-linux-gnu" ; The important part of the following check is that dir = #0. ; Dir Mod Time File Len File Name ; ---- ---------- ---------- --------------------------- -; CHECK: file_names[ 1] 0 0x00000000 0x00000000 empty.c +; CHECK: file_names[ 1] 0 0x00000000 0x00000000 "empty.c" !5 = !{i32 1, !"Debug Info Version", i32 3} |