summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerExtFunctions.def
diff options
context:
space:
mode:
authorMike Aizatsky <aizatsky@chromium.org>2016-08-06 17:03:22 +0000
committerMike Aizatsky <aizatsky@chromium.org>2016-08-06 17:03:22 +0000
commita8e84b9b372868d59362e9f35607ca21930efd1e (patch)
treefe67dd94fff96a4c4a23a2c134e5f324983fa8ab /llvm/lib/Fuzzer/FuzzerExtFunctions.def
parentdf8f196f9ab94483cfcc8541a68741d6e46935d0 (diff)
downloadbcm5719-llvm-a8e84b9b372868d59362e9f35607ca21930efd1e.tar.gz
bcm5719-llvm-a8e84b9b372868d59362e9f35607ca21930efd1e.zip
[libfuzzer] do not warn about missing pcbuffer functions: they are new.
llvm-svn: 277927
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctions.def')
-rw-r--r--llvm/lib/Fuzzer/FuzzerExtFunctions.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctions.def b/llvm/lib/Fuzzer/FuzzerExtFunctions.def
index cbd0dfbec23..08b661392ec 100644
--- a/llvm/lib/Fuzzer/FuzzerExtFunctions.def
+++ b/llvm/lib/Fuzzer/FuzzerExtFunctions.def
@@ -29,8 +29,8 @@ EXT_FUNC(LLVMFuzzerCustomCrossOver, size_t,
EXT_FUNC(__lsan_enable, void, (), false);
EXT_FUNC(__lsan_disable, void, (), false);
EXT_FUNC(__lsan_do_recoverable_leak_check, int, (), false);
-EXT_FUNC(__sanitizer_set_coverage_pc_buffer, void, (uintptr_t*, uintptr_t), true);
-EXT_FUNC(__sanitizer_get_coverage_pc_buffer_pos, uintptr_t, (), true);
+EXT_FUNC(__sanitizer_set_coverage_pc_buffer, void, (uintptr_t*, uintptr_t), false);
+EXT_FUNC(__sanitizer_get_coverage_pc_buffer_pos, uintptr_t, (), false);
EXT_FUNC(__sanitizer_get_number_of_counters, size_t, (), false);
EXT_FUNC(__sanitizer_install_malloc_and_free_hooks, int,
(void (*malloc_hook)(const volatile void *, size_t),
OpenPOWER on IntegriCloud