annotate libsanitizer/sanitizer_common/sancov_flags.inc @ 118:fd00160c1b76

ifdef TARGET_64BIT
author mir3636
date Tue, 27 Feb 2018 15:01:35 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 //===-- sancov_flags.inc ----------------------------------------*- C++ -*-===//
kono
parents:
diff changeset
2 //
kono
parents:
diff changeset
3 // This file is distributed under the University of Illinois Open Source
kono
parents:
diff changeset
4 // License. See LICENSE.TXT for details.
kono
parents:
diff changeset
5 //
kono
parents:
diff changeset
6 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
7 //
kono
parents:
diff changeset
8 // Sanitizer Coverage runtime flags.
kono
parents:
diff changeset
9 //
kono
parents:
diff changeset
10 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
11 #ifndef SANCOV_FLAG
kono
parents:
diff changeset
12 #error "Defnine SANCOV_FLAG prior to including this file!"
kono
parents:
diff changeset
13 #endif
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 SANCOV_FLAG(bool, symbolize, true,
kono
parents:
diff changeset
16 "If set, converage information will be symbolized by sancov tool "
kono
parents:
diff changeset
17 "after dumping.")
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 SANCOV_FLAG(bool, help, false, "Print flags help.")