Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntime plugins.
llvm-svn: 305589
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
#include "Plugins/Instruction/ARM64/EmulateInstructionARM64.h"
|
||||
#include "Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.h"
|
||||
#include "Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.h"
|
||||
#include "Plugins/InstrumentationRuntime/UndefinedBehaviorSanitizer/UndefinedBehaviorSanitizerRuntime.h"
|
||||
#include "Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h"
|
||||
#include "Plugins/JITLoader/GDB/JITLoaderGDB.h"
|
||||
#include "Plugins/Language/CPlusPlus/CPlusPlusLanguage.h"
|
||||
#include "Plugins/Language/Go/GoLanguage.h"
|
||||
@@ -310,6 +312,8 @@ void SystemInitializerFull::Initialize() {
|
||||
MemoryHistoryASan::Initialize();
|
||||
AddressSanitizerRuntime::Initialize();
|
||||
ThreadSanitizerRuntime::Initialize();
|
||||
UndefinedBehaviorSanitizerRuntime::Initialize();
|
||||
MainThreadCheckerRuntime::Initialize();
|
||||
|
||||
SymbolVendorELF::Initialize();
|
||||
SymbolFileDWARF::Initialize();
|
||||
@@ -434,6 +438,8 @@ void SystemInitializerFull::Terminate() {
|
||||
MemoryHistoryASan::Terminate();
|
||||
AddressSanitizerRuntime::Terminate();
|
||||
ThreadSanitizerRuntime::Terminate();
|
||||
UndefinedBehaviorSanitizerRuntime::Terminate();
|
||||
MainThreadCheckerRuntime::Terminate();
|
||||
SymbolVendorELF::Terminate();
|
||||
SymbolFileDWARF::Terminate();
|
||||
SymbolFilePDB::Terminate();
|
||||
|
||||
Reference in New Issue
Block a user