summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2013-07-09 22:02:49 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2013-07-09 22:02:49 +0000
commit405515d55f470d04ef75f653b7f1994329c9066b (patch)
tree266701dc84b1075bfc75dc966c9af242a378371d /lib/Transforms/Instrumentation/CMakeLists.txt
parent8c5c6f0e090f91b6555cdd9d2eea238fff3befe6 (diff)
downloadllvm-405515d55f470d04ef75f653b7f1994329c9066b.tar.gz
llvm-405515d55f470d04ef75f653b7f1994329c9066b.tar.bz2
llvm-405515d55f470d04ef75f653b7f1994329c9066b.tar.xz
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Differential Revision: http://llvm-reviews.chandlerc.com/D1089 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/CMakeLists.txt')
-rw-r--r--lib/Transforms/Instrumentation/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt
index aa265a49ed..5e348633ca 100644
--- a/lib/Transforms/Instrumentation/CMakeLists.txt
+++ b/lib/Transforms/Instrumentation/CMakeLists.txt
@@ -1,6 +1,5 @@
add_llvm_library(LLVMInstrumentation
AddressSanitizer.cpp
- BlackList.cpp
BoundsChecking.cpp
DebugIR.cpp
EdgeProfiling.cpp