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)
commit387cf215c00f72212b5b088803c71147f9025ff6
tree04ab21873828bbeb3d1fb3f6de5d19ed79034678
parent7d02b353ab85da8bbc2f5dcab4cdada92496dc93
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231392 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Signals.h
lib/Support/Unix/Signals.inc
lib/Support/Windows/Signals.inc