From: Dylan Noblesmith Date: Thu, 1 Dec 2011 21:53:39 +0000 (+0000) Subject: TableGen: fix CMake build s'more X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=85bef06a2e901933dac8054d59c27de21f08d025;p=oota-llvm.git TableGen: fix CMake build s'more Oops, missed another missing file from r145629. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145636 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 9e87515f03d..ac33f997d4c 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -17,6 +17,7 @@ add_tablegen(llvm-tblgen LLVM DAGISelMatcherGen.cpp DAGISelMatcherOpt.cpp DAGISelMatcher.cpp + DFAPacketizerEmitter.cpp DisassemblerEmitter.cpp EDEmitter.cpp FastISelEmitter.cpp