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

Evgeniy Stepanov eugenis at google.com
Wed Mar 12 03:41:08 PDT 2014


  LGTM


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



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



More information about the llvm-commits mailing list