[ARM] Allow TargetParser to accurately target architectures
[oota-llvm.git] / include / llvm / Support / Signals.h
index 7e165d7f3a4287bac093cfb0c4964288ae24a64b..2a4d84bd891a12f8dc1f85cf68e7dc74b4ebff7a 100644 (file)
@@ -47,6 +47,9 @@ namespace sys {
   /// \brief Print the stack trace using the given \c raw_ostream object.
   void PrintStackTrace(raw_ostream &OS);
 
+  // Run all registered signal handlers.
+  void RunSignalHandlers();
+
   /// AddSignalHandler - Add a function to be called when an abort/kill signal
   /// is delivered to the process.  The handler can have a cookie passed to it
   /// to identify what instance of the handler it is.