[PATCH] [asan] Implement delayed activation of AddressSanitizer

Evgeniy Stepanov eugenis at google.com
Wed Jan 15 05:22:09 PST 2014



================
Comment at: lib/asan/asan_activation.cc:20
@@ +19,3 @@
+
+using namespace __asan;
+
----------------
Kostya Serebryany wrote:
> namespace __asan { ?
ack

================
Comment at: lib/asan/asan_activation.h:18
@@ +17,3 @@
+
+void AsanStartDeactivated();
+void AsanActivate();
----------------
Kostya Serebryany wrote:
> doesn't it have to be in __asan namespace?
ack


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



More information about the llvm-commits mailing list