summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sancov_flags.inc
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2017-01-05 16:55:56 +0000
committerMike Aizatsky <aizatsky@chromium.org>2017-01-05 16:55:56 +0000
commit53e64a2919afa4ead54039e059141d15396f93b2 (patch)
tree68c6fc9fc562776b6d8018a46ed8014f45ad6eca /lib/sanitizer_common/sancov_flags.inc
parent8378bf7059b49053de8982d34aba0948cff44cc6 (diff)
Revert "[sancov] introducing SANCOV_OPTIONS"
and related changes https://llvm.org/svn/llvm-project/compiler-rt/trunk@291068 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@291141 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sancov_flags.inc')
-rw-r--r--lib/sanitizer_common/sancov_flags.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/sanitizer_common/sancov_flags.inc b/lib/sanitizer_common/sancov_flags.inc
deleted file mode 100644
index 63a1f0cbc..000000000
--- a/lib/sanitizer_common/sancov_flags.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-//===-- sancov_flags.inc ----------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// Sanitizer Coverage runtime flags.
-//
-//===----------------------------------------------------------------------===//
-#ifndef SANCOV_FLAG
-#error "Defnine SANCOV_FLAG prior to including this file!"
-#endif
-
-SANCOV_FLAG(bool, symbolize, true,
- "If set, converage information will be symbolized by sancov tool "
- "after dumping.")
-
-SANCOV_FLAG(bool, help, false, "Print flags help.")