projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62f058
)
Fix echo.ll test failing due to DOS line endings
author
Reid Kleckner
<rnk@google.com>
Fri, 5 Feb 2016 18:21:28 +0000
(18:21 +0000)
committer
Reid Kleckner
<rnk@google.com>
Fri, 5 Feb 2016 18:21:28 +0000
(18:21 +0000)
llvm-svn: 259896
llvm/test/Bindings/llvm-c/echo.ll
patch
|
blob
|
history
diff --git
a/llvm/test/Bindings/llvm-c/echo.ll
b/llvm/test/Bindings/llvm-c/echo.ll
index
f4ba60e
..
30e7f4f
100644
(file)
--- a/
llvm/test/Bindings/llvm-c/echo.ll
+++ b/
llvm/test/Bindings/llvm-c/echo.ll
@@
-1,6
+1,6
@@
; RUN: llvm-as < %s | llvm-dis > %t.orig
; RUN: llvm-as < %s | llvm-c-test --echo > %t.echo
-; RUN: diff %t.orig %t.echo
+; RUN: diff
-w
%t.orig %t.echo
declare void @decl()