[PATCH] D11307: Don't try to instrument allocas used by outlined SEH funclets
Evgeniy Stepanov
eugenis at google.com
Fri Jul 17 13:20:27 PDT 2015
eugenis added a comment.
LGTM, but please wait for kcc or samsonov review.
This code changed quite a bit since I last looked at it.
================
Comment at: test/Instrumentation/AddressSanitizer/localescape.ll:1
@@ +1,2 @@
+; RUN: opt < %s -asan -asan-module -asan-use-after-return -asan-stack-dynamic-alloca -S | FileCheck %s
+
----------------
Add a test without -asan-use-after-return?
It should not be any different, but who knows.
http://reviews.llvm.org/D11307
More information about the llvm-commits
mailing list