llvm-6502/tools
Dan Gohman 4b7416b75d When handling raw_ostream errors manually, use clear_error() so that
raw_ostream doesn't try to do its own error handling.

Also, close the raw_ostream before checking for errors so that any
errors that occur during closing are caught by the manual check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104882 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-27 20:19:47 +00:00
..
bugpoint Apply timeouts and memory limits in more places. In particular, when 2010-05-24 07:49:55 +00:00
edis
gold Avoid renaming loadable modules at install time. Now the gold plugin is named 2010-05-16 03:13:23 +00:00
llc Avoid calling outs() and fouts() when the stream isn't really needed. 2010-05-27 19:47:36 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-dis
llvm-extract
llvm-ld
llvm-link
llvm-mc Avoid calling outs() and fouts() when the stream isn't really needed. 2010-05-27 19:47:36 +00:00
llvm-nm
llvm-prof
llvm-ranlib
llvm-shlib
llvm-stub
llvmc
lto When handling raw_ostream errors manually, use clear_error() so that 2010-05-27 20:19:47 +00:00
opt Don't special-case stdout in llvm::WriteBitcodeToFile; just consider 2010-05-27 20:06:51 +00:00
CMakeLists.txt
Makefile