diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-03-29 18:59:33 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-03-29 18:59:33 +0000 |
commit | 407ff1b1cd1fab2fa43e2dddb67c3a73bf71536c (patch) | |
tree | b9b711dcaa8eb57483b69b2a2cb52b621f2ecb64 /llvm/test/CodeGen/Generic | |
parent | c326c1c58217f67c13a5b9bb16873a78518b18da (diff) | |
download | bcm5719-llvm-407ff1b1cd1fab2fa43e2dddb67c3a73bf71536c.tar.gz bcm5719-llvm-407ff1b1cd1fab2fa43e2dddb67c3a73bf71536c.zip |
Try to fix a couple tests for Windows.
llvm-svn: 328814
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-md5.ll | 6 | ||||
-rw-r--r-- | llvm/test/CodeGen/Generic/dwarf-source.ll | 6 |
2 files changed, 6 insertions, 6 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" diff --git a/llvm/test/CodeGen/Generic/dwarf-source.ll b/llvm/test/CodeGen/Generic/dwarf-source.ll index 3f772d32ad1..6e9b26b0570 100644 --- a/llvm/test/CodeGen/Generic/dwarf-source.ll +++ b/llvm/test/CodeGen/Generic/dwarf-source.ll @@ -12,9 +12,9 @@ ; RUN: %llc_dwarf -dwarf-version 5 -filetype=obj -o %t5.o %s ; RUN: llvm-dwarfdump -debug-line %t5.o | FileCheck %s --check-prefixes=OBJ,OBJ-5 -; ASM-5: .file 0 "/test{{[/\\]}}t.c" source "00000000000000000000000000000000" -; ASM: .file 1 "/test{{[/\\]}}t1.h" source "11111111111111111111111111111111" -; ASM: .file 2 "/test{{[/\\]}}t2.h" source "22222222222222222222222222222222" +; ASM-5: .file 0 "/test{{.*[/\\]}}t.c" source "00000000000000000000000000000000" +; ASM: .file 1 "/test{{.*[/\\]}}t1.h" source "11111111111111111111111111111111" +; ASM: .file 2 "/test{{.*[/\\]}}t2.h" source "22222222222222222222222222222222" ; OBJ-5: file_names[ 0]: ; OBJ-5-NEXT: name: "t.c" |