Skip to content
Commit 7e07f568 authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

Introduce __asan_set_error_report_callback() to allow the client program...

Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports.
If the callback is set, Report() and Printf() print the reports into a buffer (together with stderr), which is then passed to the client.

llvm-svn: 151528
parent 169f4368
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment