From: Mike Stump Date: Tue, 7 Jul 2009 18:52:14 +0000 (+0000) Subject: Fix build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d33007eb5fb550ce587820a51592a67a3621da8b;p=oota-llvm.git Fix build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74936 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index f26c2c0f4ec..8de0e350b0f 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -8,6 +8,7 @@ add_llvm_library(LLVMSupport ConstantRange.cpp Debug.cpp Dwarf.cpp + ErrorHandling.cpp FileUtilities.cpp FoldingSet.cpp GraphWriter.cpp