summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-03-01 17:46:32 +0000
committerKostya Serebryany <kcc@google.com>2016-03-01 17:46:32 +0000
commitf84df30e4fbba7b9101f8f0f6a951d8ed6bafb85 (patch)
tree87f440d01d2518239c87f77afcc2a056b3bc3b41 /llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp
parent433b241570c21cb97875cc512c11521406902442 (diff)
downloadbcm5719-llvm-f84df30e4fbba7b9101f8f0f6a951d8ed6bafb85.tar.gz
bcm5719-llvm-f84df30e4fbba7b9101f8f0f6a951d8ed6bafb85.zip
[libFuzzer] remove FuzzerSanitizerOptions.cpp
llvm-svn: 262354
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp')
-rw-r--r--llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp b/llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp
deleted file mode 100644
index 7c99c152bdf..00000000000
--- a/llvm/lib/Fuzzer/FuzzerSanitizerOptions.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//===- FuzzerSanitizerOptions.cpp - default flags for sanitizers ----------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-// Set default options for sanitizers while running the fuzzer.
-// Options reside in a separate file, so if we don't want to set the default
-// options we simply do not link this file in.
-// ASAN options:
-// * enable handle_abort.
-//===----------------------------------------------------------------------===//
-extern "C" const char *__asan_default_options() {
- return "handle_abort=1";
-}
OpenPOWER on IntegriCloud