[llvm] r260623 - llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 15:59:44 PST 2016
Author: chapuni
Date: Thu Feb 11 17:59:43 2016
New Revision: 260623
URL: http://llvm.org/viewvc/llvm-project?rev=260623&view=rev
Log:
llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path.
Modified:
llvm/trunk/test/CodeGen/NVPTX/debug-file-loc.ll
Modified: llvm/trunk/test/CodeGen/NVPTX/debug-file-loc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/NVPTX/debug-file-loc.ll?rev=260623&r1=260622&r2=260623&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/NVPTX/debug-file-loc.ll (original)
+++ llvm/trunk/test/CodeGen/NVPTX/debug-file-loc.ll Thu Feb 11 17:59:43 2016
@@ -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 {
More information about the llvm-commits
mailing list