[PATCH] [asan] Disable stack malloc on functions containing inline assembly

Alexey Samsonov vonosmas at gmail.com
Wed Jun 24 17:37:32 PDT 2015


LGTM


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1757
@@ -1756,3 +1756,3 @@
   // Don't do dynamic alloca in presence of inline asm: too often it makes
   // assumptions on which registers are available. Don't do stack malloc in the
   // presence of inline asm on 32-bit platforms for the same reason.
----------------
Please update the comment.

http://reviews.llvm.org/D10719

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list