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:
8019ff1
)
Don't spew bitcode to standard out if this test
author
Duncan Sands
<baldrick@free.fr>
Mon, 5 Jan 2009 10:52:29 +0000
(10:52 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 5 Jan 2009 10:52:29 +0000
(10:52 +0000)
fails, like it is right now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61690
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2005-05-05-OpaqueUndefValues.ll
patch
|
blob
|
history
diff --git
a/test/Assembler/2005-05-05-OpaqueUndefValues.ll
b/test/Assembler/2005-05-05-OpaqueUndefValues.ll
index 483a895124e8dac58ffcc1e46ee968cefc0f50b7..8cd1419b08b3850679f50f23b99543304e355d79 100644
(file)
--- a/
test/Assembler/2005-05-05-OpaqueUndefValues.ll
+++ b/
test/Assembler/2005-05-05-OpaqueUndefValues.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llvm-dis | llvm-as
+; RUN: llvm-as < %s | llvm-dis | llvm-as
> /dev/null
%t = type opaque
@x = global %t undef