diff options
| -rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-md5.ll | 4 |
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 a7cdef09094..696c2255a84 100644 --- a/llvm/test/CodeGen/Generic/dwarf-md5.ll +++ b/llvm/test/CodeGen/Generic/dwarf-md5.ll @@ -11,8 +11,8 @@ ; FIXME: Need to convey the MD5 for the primary source file. ; ASM: .file "t.c"{{$}} -; ASM: .file 1 "./t1.h" md5 "11111111111111111111111111111111" -; ASM: .file 2 "./t2.h" md5 "22222222222222222222222222222222" +; ASM: .file 1 ".{{/|\\\\}}t1.h" md5 "11111111111111111111111111111111" +; ASM: .file 2 ".{{/|\\\\}}t2.h" md5 "22222222222222222222222222222222" ; OBJ-4: Dir Mod Time File Len File Name ; OBJ-4: file_names[ 1] 1 0x00000000 0x00000000 t1.h |

