forked from OSchip/llvm-project
parent
d5d77372d4
commit
c007c42ee9
|
@ -19,6 +19,7 @@
|
|||
#include "sanitizer_linux.h"
|
||||
#include "sanitizer_mac.h"
|
||||
#include "sanitizer_mutex.h"
|
||||
#include "sanitizer_win.h"
|
||||
|
||||
namespace __sanitizer {
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
namespace __sanitizer {
|
||||
// Check based on flags if we should handle the exception.
|
||||
bool IsHandledDeadlyException(DWORD exceptionCode);
|
||||
struct MemoryMappingLayoutData {};
|
||||
} // namespace __sanitizer
|
||||
|
||||
#endif // SANITIZER_WINDOWS
|
||||
|
|
Loading…
Reference in New Issue