Skip to content
Snippets Groups Projects
Commit c62ce162 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add a new function

llvm-svn: 11630
parent 3cf54603
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment