]> granicus.if.org Git - clang/commit
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part...
authorKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 14:22:56 +0000 (14:22 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 14:22:56 +0000 (14:22 +0000)
commitba1f04007baf376c5f5ccf7ef23588399942de7b
tree48ab2a0ce402ac345ce13b9b6e31dc4a02fb8a46
parent3d21078935d0376c1fc93af662a93e79d82e6f4b
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part: for FunctionPass we need to run asan at a different point, otherwise it will run before inlining

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp