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

Alexey Samsonov vonosmas at gmail.com
Fri Dec 5 18:01:07 PST 2014


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

http://reviews.llvm.org/D6465






More information about the llvm-commits mailing list