[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. llvm part
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / do-not-touch-threadlocal.ll
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...