Skip to content
Commit 51ae9837 authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

[Sanitizer]: Introduce a common internal printf function. For now, also use...

[Sanitizer]: Introduce a common internal printf function. For now, also use tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms).

llvm-svn: 158065
parent 88aeaf6a
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