diff options
Diffstat (limited to 'include/llvm/Transforms/Instrumentation.h')
| -rw-r--r-- | include/llvm/Transforms/Instrumentation.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Instrumentation.h b/include/llvm/Transforms/Instrumentation.h index db6723da1e613..023d7af7f729d 100644 --- a/include/llvm/Transforms/Instrumentation.h +++ b/include/llvm/Transforms/Instrumentation.h @@ -177,6 +177,7 @@ struct SanitizerCoverageOptions {    bool Use8bitCounters = false;    bool TracePC = false;    bool TracePCGuard = false; +  bool NoPrune = false;    SanitizerCoverageOptions() = default;  };  | 
