From a7b1d170c62ef98d33ee55ef288222700d69869e Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Tue, 21 Jun 2011 23:19:23 +0000 Subject: Unbreak the CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133574 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index a24c921..957045e 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 -- cgit v1.1