[llvm-commits] [llvm] r132671 - /llvm/trunk/test/CodeGen/X86/dbg-file-name.ll
Benjamin Kramer
benny.kra at googlemail.com
Sun Jun 5 11:20:05 PDT 2011
Author: d0k
Date: Sun Jun 5 13:20:05 2011
New Revision: 132671
URL: http://llvm.org/viewvc/llvm-project?rev=132671&view=rev
Log:
Harden tests for windows path separators.
Modified:
llvm/trunk/test/CodeGen/X86/dbg-file-name.ll
Modified: llvm/trunk/test/CodeGen/X86/dbg-file-name.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dbg-file-name.ll?rev=132671&r1=132670&r2=132671&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dbg-file-name.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dbg-file-name.ll Sun Jun 5 13:20:05 2011
@@ -1,7 +1,7 @@
; RUN: llc -mtriple x86_64-apple-darwin10.0.0 < %s | FileCheck %s
; Radar 8884898
-; CHECK: file 1 "/Users/manav/one/two/simple.c"
+; CHECK: file 1 "/Users/manav/one/two{{/|\\\\}}simple.c"
declare i32 @printf(i8*, ...) nounwind
More information about the llvm-commits
mailing list