diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-03-13 19:38:32 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-03-13 19:38:32 +0000 |
| commit | 3978b877d7773c77577353239158941e208bbfea (patch) | |
| tree | 7011d818d6358bdb2cdff81bd93e19f4716bcb76 /llvm/test | |
| parent | 35f96eca4bf43b2583499fc3f977d4690b18158d (diff) | |
| download | bcm5719-llvm-3978b877d7773c77577353239158941e208bbfea.tar.gz bcm5719-llvm-3978b877d7773c77577353239158941e208bbfea.zip | |
Revert "Fix crash when multiple raw_fd_ostreams to stdout are created."
This reverts commit r297624.
It was failing on the bots.
llvm-svn: 297657
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Other/writing-to-stdout.ll | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/Other/writing-to-stdout.ll b/llvm/test/Other/writing-to-stdout.ll deleted file mode 100644 index 701a6877e46..00000000000 --- a/llvm/test/Other/writing-to-stdout.ll +++ /dev/null @@ -1,14 +0,0 @@ -; Often LLVM tools use "-" to indicate that output should be written to stdout -; instead of a file. This behaviour is implemented by the raw_fd_ostream class. -; This test verifies that when doing so multiple times we don't try to access a -; closed STDOUT_FILENO. The exact options used in this test are unimportant, as -; long as they write to stdout using raw_fd_ostream. -; RUN: llc %s -o=- -pass-remarks-output=- -filetype=asm | FileCheck %s -; foobar should appear as a function somewhere in the assembly file. -; CHECK: foobar -; !Analysis appears at the start of pass-remarks-output. -; CHECK: !Analysis - -define void @foobar() { - ret void -} |

