1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add a new function

llvm-svn: 11630
This commit is contained in:
Chris Lattner 2004-02-19 20:03:08 +00:00
parent eed4727191
commit cd1fbde16a

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