From: Francois Pichet Date: Tue, 21 Jun 2011 23:19:23 +0000 (+0000) Subject: Unbreak the CMake build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a7b1d170c62ef98d33ee55ef288222700d69869e;p=oota-llvm.git Unbreak the CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133574 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index a24c9214c1e..957045e74b7 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -25,6 +25,7 @@ add_llvm_utility(tblgen DAGISelMatcher.cpp DisassemblerEmitter.cpp EDEmitter.cpp + Error.cpp FastISelEmitter.cpp FixedLenDecoderEmitter.cpp InstrEnumEmitter.cpp