Add a new function

llvm-svn: 11630
This commit is contained in:
Chris Lattner 2004-02-19 20:03:08 +00:00
parent 3cf546037e
commit c62ce162ff
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ namespace llvm {
///
void RemoveFileOnSignal(const std::string &Filename);
/// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or
/// SIGSEGV) is delivered to the process, print a stack trace and then exit.
void PrintStackTraceOnErrorSignal();
} // End llvm namespace
#endif