]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/sanitizer_common/sancov_flags.inc
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libsanitizer / sanitizer_common / sancov_flags.inc
CommitLineData
5d3805fc
JJ
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
14
15SANCOV_FLAG(bool, symbolize, true,
16 "If set, converage information will be symbolized by sancov tool "
17 "after dumping.")
18
19SANCOV_FLAG(bool, help, false, "Print flags help.")