From 585dda99f68c90c6381a5b045d751ccd911ee8d3 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Thu, 23 Feb 2012 09:33:44 +0000 Subject: [PATCH] Update for the removal of Hashing.cpp. llvm-svn: 151249 --- llvm/lib/Support/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 0b69238274ea..6cec47df67ef 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -26,7 +26,6 @@ add_llvm_library(LLVMSupport FoldingSet.cpp FormattedStream.cpp GraphWriter.cpp - Hashing.cpp IntEqClasses.cpp IntervalMap.cpp IntrusiveRefCntPtr.cpp