[llvm-commits] [PATCH] Add options to AddressSanitizer passes to make them configurable by frontend.

Alexey Samsonov samsonov at google.com
Thu Nov 29 10:15:58 PST 2012


  r168910, thanks!


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:139
@@ -138,1 +138,3 @@
 
+static cl::opt<bool> ClUseLifetime("asan-use-lifetime",
+       cl::desc("Use llvm.lifetime intrinsics to insert extra checks"),
----------------
Kostya Serebryany wrote:
> Maybe CheckLifeTime? (here and below)
Done


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



More information about the llvm-commits mailing list