From f513ab8b77cd5e7dcd41a8700ff0d1a08c76b059 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 29 Sep 2010 19:39:50 +0000 Subject: =?UTF-8?q?Remove=20PointerTracking=20from=20cmakelists=20?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115076 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Analysis/CMakeLists.txt') diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index e8c2573..947fcc4 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -32,7 +32,6 @@ add_llvm_library(LLVMAnalysis MemoryDependenceAnalysis.cpp ModuleDebugInfoPrinter.cpp PHITransAddr.cpp - PointerTracking.cpp PostDominators.cpp ProfileEstimatorPass.cpp ProfileInfo.cpp -- cgit v1.1