Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)
authorZachary Turner <zturner@google.com>
Thu, 5 Mar 2015 19:10:52 +0000 (19:10 +0000)
committerZachary Turner <zturner@google.com>
Thu, 5 Mar 2015 19:10:52 +0000 (19:10 +0000)
commitcd132c9b0d5896808097479d735b4902cc38b6be
tree27d6a92b1e981dd294b363bf68bf1bba2a7de5df
parent286b10075087088f9ba898dcef47a8834f47ff4f
Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)

This will be followed by a change on the clang side to update
the only user of this function with the new version.

Differential Revision: http://reviews.llvm.org/D8074
Reviewed By: Reid Kleckner

llvm-svn: 231392
llvm/include/llvm/Support/Signals.h
llvm/lib/Support/Unix/Signals.inc
llvm/lib/Support/Windows/Signals.inc