projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5f788
)
Harden tests for windows path separators.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 5 Jun 2011 18:20:05 +0000
(18:20 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Sun, 5 Jun 2011 18:20:05 +0000
(18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132671
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/dbg-file-name.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/dbg-file-name.ll
b/test/CodeGen/X86/dbg-file-name.ll
index e7d5f924aa8a502a8fd7eec3d27826674f571daf..3a849aa54383b4984cd22c695fae36190688dd5d 100644
(file)
--- a/
test/CodeGen/X86/dbg-file-name.ll
+++ b/
test/CodeGen/X86/dbg-file-name.ll
@@
-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