commit | 800e03f59896ef4b26d988f1878370bb5aeec0d8 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Nov 16 01:35:23 2011 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Nov 16 01:35:23 2011 +0000 |
tree | 3753819241e0e363630e1ccf6b5797b2cad50836 | |
parent | 8a2549febcc4e09f5573c57e10c580586d005447 [diff] [blame] |
AddressSanitizer, first commit (compiler module only) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144758 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Instrumentation/Instrumentation.cpp b/lib/Transforms/Instrumentation/Instrumentation.cpp index 71adc1e..6d6e0ae 100644 --- a/lib/Transforms/Instrumentation/Instrumentation.cpp +++ b/lib/Transforms/Instrumentation/Instrumentation.cpp
@@ -24,6 +24,7 @@ initializeOptimalEdgeProfilerPass(Registry); initializePathProfilerPass(Registry); initializeGCOVProfilerPass(Registry); + initializeAddressSanitizerPass(Registry); } /// LLVMInitializeInstrumentation - C binding for