Update LOCAL_PATCHES after libsanitizer merge.
[official-gcc.git] / libsanitizer / sanitizer_common / sancov_flags.inc
bloba6107cc85839d64537da6befa9ef42fc36a726f6
1 //===-- sancov_flags.inc ----------------------------------------*- C++ -*-===//
2 //
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
5 //
6 //===----------------------------------------------------------------------===//
7 //
8 // Sanitizer Coverage runtime flags.
9 //
10 //===----------------------------------------------------------------------===//
11 #ifndef SANCOV_FLAG
12 #error "Defnine SANCOV_FLAG prior to including this file!"
13 #endif
15 SANCOV_FLAG(bool, symbolize, true,
16             "If set, converage information will be symbolized by sancov tool "
17             "after dumping.")
19 SANCOV_FLAG(bool, help, false, "Print flags help.")