llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Feb 2016 23:59:43 +0000 (23:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Feb 2016 23:59:43 +0000 (23:59 +0000)
llvm-svn: 260623

llvm/test/CodeGen/NVPTX/debug-file-loc.ll

index 083cd17..a085075 100644 (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 {