On Mon, May 12, 2014 at 7:36 PM, Yury Gribov <y.gri...@samsung.com> wrote: > On 05/12/2014 03:20 PM, Konstantin Serebryany wrote: >> >> This is the first libsanitizer merge in 4.10 > > > Thanks, Kostya. > > I see that ASAN_DYNAMIC is not fully supported in libsanitizer Makefiles, Generally, I prefer to minimize the changes in the build files and put as much logic into the source as possible. Didn't http://llvm.org/viewvc/llvm-project?view=revision&revision=208530 help?
> I'll work on this once your patch goes in. Good! > I also have pending patch for > asan-instrumentation-with-call-threshold parameter support in GCC. > > -Y