summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-18 06:01:14 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-18 06:01:14 +0000
commit27c2eb2026e0af11d66fb44782efd503dccc55d9 (patch)
tree80f4b150745a758b33e218a8311c2557c6378dba /test
parent96be4240bbd7087168240e486d194beb98278db7 (diff)
downloadllvm-27c2eb2026e0af11d66fb44782efd503dccc55d9.tar.gz
llvm-27c2eb2026e0af11d66fb44782efd503dccc55d9.tar.bz2
llvm-27c2eb2026e0af11d66fb44782efd503dccc55d9.tar.xz
DebugInfo/lto-comp-dir.ll: Tweak for dos path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/lto-comp-dir.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/lto-comp-dir.ll b/test/DebugInfo/lto-comp-dir.ll
index 77ab70b685..eeaf4c0a65 100644
--- a/test/DebugInfo/lto-comp-dir.ll
+++ b/test/DebugInfo/lto-comp-dir.ll
@@ -14,8 +14,8 @@
; CHECK: file_names[ 1] 0 {{.*}} b.cpp
; CHECK-NOT: file_names
-; ASM: .file 1 "/tmp/dbginfo/a/a.cpp"
-; ASM: .file 2 "/tmp/dbginfo/b/b.cpp"
+; ASM: .file 1 "/tmp/dbginfo/a{{[/\\]+}}a.cpp"
+; ASM: .file 2 "/tmp/dbginfo/b{{[/\\]+}}b.cpp"
; Generated from the following source compiled to bitcode from within their
; respective directories (with debug info) and linked together with llvm-link