[llvm] r204117 - DebugInfo/lto-comp-dir.ll: Tweak for dos path.

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 17 23:01:14 PDT 2014


Author: chapuni
Date: Tue Mar 18 01:01:14 2014
New Revision: 204117

URL: http://llvm.org/viewvc/llvm-project?rev=204117&view=rev
Log:
DebugInfo/lto-comp-dir.ll: Tweak for dos path.

Modified:
    llvm/trunk/test/DebugInfo/lto-comp-dir.ll

Modified: llvm/trunk/test/DebugInfo/lto-comp-dir.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/lto-comp-dir.ll?rev=204117&r1=204116&r2=204117&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/lto-comp-dir.ll (original)
+++ llvm/trunk/test/DebugInfo/lto-comp-dir.ll Tue Mar 18 01:01:14 2014
@@ -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





More information about the llvm-commits mailing list