summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/esan/esan_interface_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/esan/esan_interface_internal.h')
-rw-r--r--compiler-rt/lib/esan/esan_interface_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/esan/esan_interface_internal.h b/compiler-rt/lib/esan/esan_interface_internal.h
index 577c7e3cf9e..83e0433c7ae 100644
--- a/compiler-rt/lib/esan/esan_interface_internal.h
+++ b/compiler-rt/lib/esan/esan_interface_internal.h
@@ -28,6 +28,8 @@ extern "C" {
typedef enum Type : u32 {
ESAN_None = 0,
ESAN_CacheFrag,
+ ESAN_WorkingSet,
+ ESAN_Max,
} ToolType;
// This function should be called at the very beginning of the process,
OpenPOWER on IntegriCloud