[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)
commit7e247f22b9f8e07263f08a901927b79cfa13ee0a
treea25f2889e6667b26d1b09cc02b4d75dc94ea0f5d
parentb0e2506d97cf64509f29581d144e75c46ab729c7
[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

llvm-svn: 165937
clang/lib/CodeGen/BackendUtil.cpp