[PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.

Yuri Gorshenin ygorshenin at chromium.org
Wed Mar 12 05:05:27 PDT 2014


  Rafael, could you please take a look?


================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:35
@@ -33,1 +34,3 @@
 
+#include <memory>
+
----------------
Evgeniy Stepanov wrote:
> Looks like it is common to not add an empty line between include groups in LLVM.
> 
Done.


http://llvm-reviews.chandlerc.com/D2881



More information about the llvm-commits mailing list