[libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def
authorMax Moroz <mmoroz@chromium.org>
Tue, 23 Jul 2019 18:26:53 +0000 (18:26 +0000)
committerMax Moroz <mmoroz@chromium.org>
Tue, 23 Jul 2019 18:26:53 +0000 (18:26 +0000)
commit374398afb784e2e0f027f9a408eb7640198d8558
treef261f23789bed2052f50604e730424b77de16872
parentdb1eb7c569ebc6f3e536782504a32761a5f212e9
[libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def

Summary:
Looks like a typo, as that function actually returns void and is used
as such in libFuzzer code as well.

Reviewers: kcc, Dor1s

Reviewed By: Dor1s

Subscribers: delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D65160

llvm-svn: 366834
compiler-rt/lib/fuzzer/FuzzerExtFunctions.def