From a1c45044099cf7fb4a072f1326f164706d5bb2e2 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 14 Mar 2012 23:22:10 +0000 Subject: [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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Instrumentation/CMakeLists.txt') diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index f8dbca389e..e4c8cf105c 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMInstrumentation AddressSanitizer.cpp EdgeProfiling.cpp + FunctionBlackList.cpp GCOVProfiling.cpp Instrumentation.cpp OptimalEdgeProfiling.cpp -- cgit v1.2.3