Go to file
NAKAMURA Takumi 76e68ea916 lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be called at dtor context.
report_fatal_error() invokes exit(). We know report_fatal_error() might not write messages to stderr when any errors were detected on FD == 2.

llvm-svn: 127726
2011-03-16 02:53:39 +00:00
clang Don't emit read barriers for reading __weak __block variables 2011-03-16 02:53:38 +00:00
compiler-rt don't compile modsi3 into an infinite loop, patch by Matt Johnson! 2011-03-10 22:11:46 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 2011-03-11 22:33:07 +00:00
lldb Fix various small bugs found in the instruction emulation functions. 2011-03-16 00:06:12 +00:00
llvm lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be called at dtor context. 2011-03-16 02:53:39 +00:00