[asan] rip off the creation of global redzones from the main AddressSanitizer class...
authorKostya Serebryany <kcc@google.com>
Thu, 22 Nov 2012 03:18:50 +0000 (03:18 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 22 Nov 2012 03:18:50 +0000 (03:18 +0000)
commitb9a12ea0fd92bfdb4c6eb5af333648a618f68686
treef75b3ae7f5725b23c8a5004b67f17f295dbc9725
parent4117bec41b955f4b6d22e600f4a04d968201701d
[asan] rip off the creation of global redzones from the main AddressSanitizer class into a separate class. The intent is to make it a separate ModulePass in the following commmits

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168484 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp