10b57cec5SDimitry Andric//===-- sancov_flags.inc ----------------------------------------*- C++ -*-===//
20b57cec5SDimitry Andric//
30b57cec5SDimitry Andric// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
40b57cec5SDimitry Andric// See https://llvm.org/LICENSE.txt for license information.
50b57cec5SDimitry Andric// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
60b57cec5SDimitry Andric//
70b57cec5SDimitry Andric//===----------------------------------------------------------------------===//
80b57cec5SDimitry Andric//
90b57cec5SDimitry Andric// Sanitizer Coverage runtime flags.
100b57cec5SDimitry Andric//
110b57cec5SDimitry Andric//===----------------------------------------------------------------------===//
120b57cec5SDimitry Andric#ifndef SANCOV_FLAG
130b57cec5SDimitry Andric#error "Defnine SANCOV_FLAG prior to including this file!"
140b57cec5SDimitry Andric#endif
150b57cec5SDimitry Andric
160b57cec5SDimitry AndricSANCOV_FLAG(bool, symbolize, true,
17349cc55cSDimitry Andric            "If set, coverage information will be symbolized by sancov tool "
180b57cec5SDimitry Andric            "after dumping.")
190b57cec5SDimitry Andric
200b57cec5SDimitry AndricSANCOV_FLAG(bool, help, false, "Print flags help.")
21