On Tue, Nov 13, 2012 at 8:21 AM, Diego Novillo <dnovi...@google.com> wrote: > On Tue, Nov 13, 2012 at 12:07 AM, David Miller <da...@davemloft.net> wrote: >> >> This has broken the build on every Linux target that hasn't added >> the necessary cpu specific code to asan_linux.cc > > This should be fixed by Dodji's recent patch. ASAN is not currently > ported to any target other than x86/linux, so it should just be
asan run-time (and the LLVM part) works on Mac and on ARM/Linux. But I'd suggest not to worry about any platforms other than x86_{32,64}/Linux until the whole thing (including tests) is fully integrated. --kcc > completely disabled until the other ports start showing up. > > Dodji is your patch committed? > > > Diego.