[PATCH 2/17] Introduction of __asan_loadN/__asan_storeN

2014-10-16 Thread Yury Gribov
I disabled __asan_loadN/__asan_storeN because 4.9's Asan runtime doesn't support them. In a later patch I re-enable these functions specifically for KAsan. 2014-10-15 Yury Gribov y.gri...@samsung.com Backport from mainline 2014-05-30 Jakub Jelinek ja...@redhat.com * sanitizer.def

Re: [PATCH 2/17] Introduction of __asan_loadN/__asan_storeN

2014-10-16 Thread Jakub Jelinek
On Thu, Oct 16, 2014 at 12:36:15PM +0400, Yury Gribov wrote: I disabled __asan_loadN/__asan_storeN because 4.9's Asan runtime doesn't support them. In a later patch I re-enable these functions specifically for KAsan. 2014-10-15 Yury Gribov y.gri...@samsung.com Backport from