diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-01 21:53:39 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-01 21:53:39 +0000 |
commit | 85bef06a2e901933dac8054d59c27de21f08d025 (patch) | |
tree | 55ced190400fc5b0cfb140ece69707b9a2b577fc /utils | |
parent | fe0926d7738ec9b1f85b12b8507d5d5bbdfbd32b (diff) | |
download | external_llvm-85bef06a2e901933dac8054d59c27de21f08d025.zip external_llvm-85bef06a2e901933dac8054d59c27de21f08d025.tar.gz external_llvm-85bef06a2e901933dac8054d59c27de21f08d025.tar.bz2 |
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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index 9e87515..ac33f99 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 |