[asan] rename class BlackList to FunctionBlackList and move it into a separate file...
authorKostya Serebryany <kcc@google.com>
Wed, 14 Mar 2012 23:22:10 +0000 (23:22 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 14 Mar 2012 23:22:10 +0000 (23:22 +0000)
commita1c45044099cf7fb4a072f1326f164706d5bb2e2
tree930481ec4d4321df40164ad9eb2fe28180f128cd
parent274d377ea68195989c3238fe96ce2ca812a12faf
[asan] rename class BlackList to FunctionBlackList and move it into a separate file -- we will need the same functionality in ThreadSanitizer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152753 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/FunctionBlackList.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/FunctionBlackList.h [new file with mode: 0644]