diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/dwarf-md5.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-md5.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Generic/dwarf-md5.ll b/llvm/test/CodeGen/Generic/dwarf-md5.ll index 0f23b90cc85..745f433facb 100644 --- a/llvm/test/CodeGen/Generic/dwarf-md5.ll +++ b/llvm/test/CodeGen/Generic/dwarf-md5.ll @@ -13,11 +13,11 @@ ; RUN: llvm-dwarfdump -debug-line %t5.o | FileCheck %s --check-prefixes=OBJ,OBJ-5 ; ASM-4-NOT: .file 0 -; ASM-5: .file 0 "/scratch{{[/\\]}}t.c" md5 "00000000000000000000000000000000" -; ASM: .file 1 "/scratch{{[/\\]}}t1.h" +; ASM-5: .file 0 "/scratch{{.*[/\\]}}t.c" md5 "00000000000000000000000000000000" +; ASM: .file 1 "/scratch{{.*[/\\]}}t1.h" ; ASM-4-NOT: md5 ; ASM-5-SAME: md5 "11111111111111111111111111111111" -; ASM: .file 2 "/scratch{{[/\\]}}t2.h" +; ASM: .file 2 "/scratch{{.*[/\\]}}t2.h" ; ASM-4-NOT: md5 ; ASM-5-SAME: md5 "22222222222222222222222222222222" |