llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path.

llvm-svn: 260623
This commit is contained in:
NAKAMURA Takumi 2016-02-11 23:59:43 +00:00
parent b1220c04cc
commit e5fc9f3513
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
;__device__ void bar() {}
;}
; CHECK: .file 1 "/source/dir/bar.cu"
; CHECK: .file 2 "/source/dir/foo.h"
; CHECK: .file 1 "/source/dir{{/|\\\\}}bar.cu"
; CHECK: .file 2 "/source/dir{{/|\\\\}}foo.h"
; CHECK-LABEL: @foo
define void @foo() !dbg !4 {