PR rtl-optimization/88018
[official-gcc.git] / libsanitizer / ubsan / ubsan_signals_standalone.h
blobb29c29482ec8071c160120e817b4ff0a0d25b3b0
1 //=-- ubsan_signals_standalone.h
2 //------------------------------------------------===//
3 //
4 // The LLVM Compiler Infrastructure
5 //
6 // This file is distributed under the University of Illinois Open Source
7 // License. See LICENSE.TXT for details.
8 //
9 //===----------------------------------------------------------------------===//
11 // Installs signal handlers and related interceptors for UBSan standalone.
13 //===----------------------------------------------------------------------===//
15 #ifndef UBSAN_SIGNALS_STANDALONE_H
16 #define UBSAN_SIGNALS_STANDALONE_H
18 namespace __ubsan {
20 // Initializes signal handlers and interceptors.
21 void InitializeDeadlySignals();
23 } // namespace __ubsan
25 #endif // UBSAN_SIGNALS_STANDALONE_H