summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
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
commit4dc097ad7cbd2c8d82ce59ca6d84b6cba0e9fd6b (patch)
tree6a163dd1297ba6833ffc28d9f0c3b389c00426c9 /llvm/test/DebugInfo
parent4156d525bd6803ef5bcd78dcbec57c41b0992da7 (diff)
downloadbcm5719-llvm-4dc097ad7cbd2c8d82ce59ca6d84b6cba0e9fd6b.tar.gz
bcm5719-llvm-4dc097ad7cbd2c8d82ce59ca6d84b6cba0e9fd6b.zip
DebugInfo/lto-comp-dir.ll: Tweak for dos path.
llvm-svn: 204117
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/lto-comp-dir.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/lto-comp-dir.ll b/llvm/test/DebugInfo/lto-comp-dir.ll
index 77ab70b6853..eeaf4c0a658 100644
--- a/llvm/test/DebugInfo/lto-comp-dir.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud