From 6668b5a8b81574d6884c87b49e76231ea2c3cbb7 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 3 Jun 2014 07:53:37 +0000 Subject: [PATCH] Fix build breakage. llvm-svn: 210087 --- lld/lib/Core/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lld/lib/Core/CMakeLists.txt b/lld/lib/Core/CMakeLists.txt index 5ca9c9c..9b6d032 100644 --- a/lld/lib/Core/CMakeLists.txt +++ b/lld/lib/Core/CMakeLists.txt @@ -6,7 +6,6 @@ add_lld_library(lldCore File.cpp InputGraph.cpp LinkingContext.cpp - PassManager.cpp Resolver.cpp SymbolTable.cpp ) -- 2.7.4