diff options
Diffstat (limited to 'compiler-rt/lib/esan/working_set.h')
| -rw-r--r-- | compiler-rt/lib/esan/working_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/esan/working_set.h b/compiler-rt/lib/esan/working_set.h index 3750a480a11..034dfe6d991 100644 --- a/compiler-rt/lib/esan/working_set.h +++ b/compiler-rt/lib/esan/working_set.h @@ -21,6 +21,7 @@ namespace __esan { void initializeWorkingSet(); +void initializeShadowWorkingSet(); int finalizeWorkingSet(); void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size, bool IsWrite); |

