From 58cb745f31d24d2cb15a158684681f096c5d5744 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 17 Jun 2014 18:06:45 +0000 Subject: Merge lib/Support/WindowsError.cpp into ib/Support/ErrorHandling.cpp. The OSX ranlib warns on files with no symbols, and lib/Support/WindowsError.cpp was empty when building on non-windows. llvm-svn: 211118 --- llvm/lib/Support/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Support/CMakeLists.txt') diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 9febb84f2b1..2438d729d8d 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -89,7 +89,6 @@ add_llvm_library(LLVMSupport TimeValue.cpp Valgrind.cpp Watchdog.cpp - WindowsError.cpp ADDITIONAL_HEADERS Unix/Host.inc -- cgit v1.2.3