summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-12-01 21:53:39 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-12-01 21:53:39 +0000
commit85bef06a2e901933dac8054d59c27de21f08d025 (patch)
tree55ced190400fc5b0cfb140ece69707b9a2b577fc /utils
parentfe0926d7738ec9b1f85b12b8507d5d5bbdfbd32b (diff)
downloadllvm-85bef06a2e901933dac8054d59c27de21f08d025.tar.gz
llvm-85bef06a2e901933dac8054d59c27de21f08d025.tar.bz2
llvm-85bef06a2e901933dac8054d59c27de21f08d025.tar.xz
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
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt
index 9e87515f03..ac33f997d4 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