summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerExtFunctions.def
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-01-20 23:35:29 +0000
committerKostya Serebryany <kcc@google.com>2017-01-20 23:35:29 +0000
commiteee8b4a6179db1567fbdc9c825f226c9dab5fba2 (patch)
tree6ddf693d0ac190e883ac0c944b09b0838d9affa2 /llvm/lib/Fuzzer/FuzzerExtFunctions.def
parenta5c6ed5a5ce7d0fa2c1921f79c2080c5051075a8 (diff)
downloadbcm5719-llvm-eee8b4a6179db1567fbdc9c825f226c9dab5fba2.tar.gz
bcm5719-llvm-eee8b4a6179db1567fbdc9c825f226c9dab5fba2.zip
[libFuzzer] call __sanitizer_dump_coverage via EF
llvm-svn: 292681
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctions.def')
-rw-r--r--llvm/lib/Fuzzer/FuzzerExtFunctions.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerExtFunctions.def b/llvm/lib/Fuzzer/FuzzerExtFunctions.def
index 61c72e4a209..91c9b07b665 100644
--- a/llvm/lib/Fuzzer/FuzzerExtFunctions.def
+++ b/llvm/lib/Fuzzer/FuzzerExtFunctions.def
@@ -48,3 +48,5 @@ EXT_FUNC(__sanitizer_set_death_callback, void, (void (*)(void)), true);
EXT_FUNC(__sanitizer_set_report_fd, void, (void*), false);
EXT_FUNC(__sanitizer_update_counter_bitset_and_clear_counters, uintptr_t,
(uint8_t*), false);
+EXT_FUNC(__sanitizer_dump_coverage, void, (const uintptr_t *, uintptr_t),
+ false);
OpenPOWER on IntegriCloud