[PATCH] [WIP] Use dynamic alloca for stack variables in ASan.

Kostya Serebryany kcc at google.com
Fri Dec 5 16:52:46 PST 2014


Please update the commit message.

================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:501
@@ -495,1 +500,3 @@
 
+  bool HasInlineAsm;
+  std::unique_ptr<CallInst> EmptyInlineAsm;
----------------
HasNonEmptyInlineAsm?

http://reviews.llvm.org/D6465






More information about the llvm-commits mailing list