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:
parent
eed4727191
commit
cd1fbde16a
@ -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
Block a user