[PATCH] Add process name to Asan logfile name and report message

Yury Gribov tetra2005 at gmail.com
Wed Dec 3 01:31:56 PST 2014


> Can we enforce the correct alignment of the array of uptr's?

Yeah, I just went for u64 because I thought it'd force largest alignment on a platform. But this indeed wouldn't handle user-aligned types properly. Perhaps I should just use array of chars with ALIGNED(alignof(type)).

http://reviews.llvm.org/D5724






More information about the llvm-commits mailing list