[PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode

Ed Maste emaste at freebsd.org
Tue Feb 25 07:34:16 PST 2014


On 25 February 2014 02:42, Viktor Kutuzov <vkutuzov at accesssoftek.com> wrote:
> +#if __FreeBSD_version <= 902001  // v9.2

It still isn't clear if the changes for better -m32 support will be
backported to FreeBSD's stable/9 branch, so as it stands this may
break with 9.3.  Since the workaround shouldn't break anything if
size_t does have a valid definition under -m32, perhaps change this to
<= 1000000 // 10.0 instead.



More information about the llvm-commits mailing list