[llvm] r204030 - llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.

NAKAMURA Takumi geek4civic at gmail.com
Sun Mar 16 22:31:54 PDT 2014


Author: chapuni
Date: Mon Mar 17 00:31:54 2014
New Revision: 204030

URL: http://llvm.org/viewvc/llvm-project?rev=204030&view=rev
Log:
llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.

Modified:
    llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s

Modified: llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s?rev=204030&r1=204029&r2=204030&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s (original)
+++ llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s Mon Mar 17 00:31:54 2014
@@ -14,7 +14,7 @@ L1:	leave
 // rdar://9275556
 
 // We check that the source name "t.s" is picked up
-// CHECK: include_directories[  1] = '{{.*}}/test/MC/MachO'
+// CHECK: include_directories[  1] = '{{.*[/\\]}}test{{[/\\]}}MC{{[/\\]}}MachO'
 // CHECK: include_directories[  2] = 'inc'
 // CHECK:                 Dir  Mod Time   File Len   File Name
 // CHECK:                 ---- ---------- ---------- ---------------------------





More information about the llvm-commits mailing list