[PATCH] Allow initialization of Asan interceptors before the general Asan initialization takes place on FreeBSD
Evgeniy Stepanov
eugenis at google.com
Tue Jul 15 05:00:23 PDT 2014
OK.
So, InitializeAsanInterceptors() here is OK, and AsanInit() is not. Could this be solved by initializing interceptors earlier in AsanInit? This initialization sequence is kind of fragile, and I don't like that we arbitrarily move part of it upwards in a platform-dependent way.
http://reviews.llvm.org/D4496
More information about the llvm-commits
mailing list