[PATCH] D11307: Don't try to instrument allocas used by outlined SEH funclets

Alexey Samsonov vonosmas at gmail.com
Fri Jul 17 17:12:13 PDT 2015


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:560
@@ -558,1 +559,3 @@
+  FunctionStackPoisoner(Function &F, AddressSanitizer &ASan,
+                        IntrinsicInst *LocalEscapeCall)
       : F(F),
----------------
You can find llvm.localescape in `FunctionStackPoisoner::visitIntrinsicInst` rather than pass it around.


http://reviews.llvm.org/D11307







More information about the llvm-commits mailing list