diff options
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/sanitizer_flags.inc')
-rw-r--r-- | compiler-rt/lib/sanitizer_common/sanitizer_flags.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc index e607e5101b5..e231a8a30b5 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc +++ b/compiler-rt/lib/sanitizer_common/sanitizer_flags.inc @@ -240,6 +240,3 @@ COMMON_FLAG(bool, dump_instruction_bytes, false, COMMON_FLAG(bool, dump_registers, true, "If true, dump values of CPU registers when SEGV happens. Only " "available on OS X for now.") -COMMON_FLAG(bool, detect_write_exec, false, - "If true, triggers warning when writable-executable pages requests " - "are being made") |