From: Chandler Carruth Date: Sat, 3 Apr 2010 04:36:43 +0000 (+0000) Subject: Add the new ARMDecodeEmitter to CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b421640efac638022f4c8312d3a145c4833cdd12;p=oota-llvm.git Add the new ARMDecodeEmitter to CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 881b50a01fa..f68159ab908 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -1,4 +1,5 @@ add_executable(tblgen + ARMDecoderEmitter.cpp AsmMatcherEmitter.cpp AsmWriterEmitter.cpp AsmWriterInst.cpp