forked from OSchip/llvm-project
parent
3cf546037e
commit
c62ce162ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue