report_fatal_error can't use errs(), because errs() can call 
into report_fatal_error.  Just blast the string to stderr with write(2)
and hope for the best!  Part of rdar://8318441

llvm-svn: 111320
1 file changed
tree: f29974986ad46a61dc55b8eb3a91786a43278ccc
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/