1 //===-- sancov_flags.inc ----------------------------------------*- C++ -*-===//
3 // This file is distributed under the University of Illinois Open Source
4 // License. See LICENSE.TXT for details.
6 //===----------------------------------------------------------------------===//
8 // Sanitizer Coverage runtime flags.
10 //===----------------------------------------------------------------------===//
12 #error "Defnine SANCOV_FLAG prior to including this file!"
15 SANCOV_FLAG(bool, symbolize, true,
16 "If set, converage information will be symbolized by sancov tool "
19 SANCOV_FLAG(bool, help, false, "Print flags help.")