[PATCH] D23354: [compiler-rt] Support dynamic shadow address instrumentation

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 10:14:54 PDT 2016


kcc added a reviewer: vitalybuka.
kcc added a comment.

Impressive measurement results, thank you. 
Let's go forward, Vitaly, please help review this further.


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1817
@@ +1816,3 @@
+    instrumenting = false;
+  if (F.getName().find("__asan_") != std::string::npos)
+    instrumenting = false;
----------------
Why is this here? 
It looks like it belongs to another change. If so, please make a separate CL. 


https://reviews.llvm.org/D23354





More information about the llvm-commits mailing list