From dc9d9f8eeb07b22066fc8005950cafd98182be19 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 10 May 2011 22:42:41 +0000 Subject: [PATCH] Fix cmake again. llvm-svn: 131164 --- llvm/lib/VMCore/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt index 4295804723bd..6bde263ce625 100644 --- a/llvm/lib/VMCore/CMakeLists.txt +++ b/llvm/lib/VMCore/CMakeLists.txt @@ -28,7 +28,6 @@ add_llvm_library(LLVMCore PassManager.cpp PassRegistry.cpp PrintModulePass.cpp - StandardPasses.cpp Type.cpp TypeSymbolTable.cpp Use.cpp