Looks like a typo, as that function actually returns void and is used
as such in libFuzzer code as well.
Details
Details
- Reviewers
kcc Dor1s - Commits
- rG374398afb784: [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def
rL366834: [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def
rCRT366834: [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
TBR as it seems to be a trivial fix. Tests do not break locally. Will revert if anything goes wrong :)