diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2018-01-12 19:58:35 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2018-01-12 19:58:35 +0000 |
| commit | d138088c2f45ee91425846e41100541c5ab28d46 (patch) | |
| tree | 4d0f9c5d48fd3d56a74eb043c69e3612b5fb8c88 | |
| parent | 475a7440f193dda74291bfea7bb0179f83a07a61 (diff) | |
| download | bcm5719-llvm-d138088c2f45ee91425846e41100541c5ab28d46.tar.gz bcm5719-llvm-d138088c2f45ee91425846e41100541c5ab28d46.zip | |
Add toothpicks to test from r322391
llvm-svn: 322394
| -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 |

