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

Evgeniy Stepanov eugenis at google.com
Fri Mar 14 01:56:54 PDT 2014



================
Comment at: lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp:140
@@ +139,3 @@
+    return;
+  assert(Op->isMem() && "Op is not a memory operand.");
+
----------------
This line does not compile, and there is an equivalent assert in InstrumentMemOperand (called 2 lines below). I'm going to remove it before commit.


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

BRANCH
  asan-disas

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list