summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-23 03:55:14 +0000
committerEric Christopher <echristo@apple.com>2012-03-23 03:55:14 +0000
commitfe3956ffa48eabad73e96f45df5cb7d4f03c318e (patch)
tree6357d6fea75ec69c319a582c8534cc2cd8533a4f
parent9e7e60952505da18c67b575b07237445cc673691 (diff)
downloadllvm-fe3956ffa48eabad73e96f45df5cb7d4f03c318e.tar.gz
llvm-fe3956ffa48eabad73e96f45df5cb7d4f03c318e.tar.bz2
llvm-fe3956ffa48eabad73e96f45df5cb7d4f03c318e.tar.xz
Fix up cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt
index 99eeba13c4..e1efcdadc7 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -8,7 +8,6 @@ add_llvm_library(LLVMCore
ConstantFold.cpp
Constants.cpp
Core.cpp
- DebugInfoProbe.cpp
DebugLoc.cpp
Dominators.cpp
Function.cpp