diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-12-20 08:42:11 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-12-20 08:42:11 +0000 |
commit | cfb75fba735edd44841eb21c72c3a9736a7d9af2 (patch) | |
tree | baeeddba8187662873352ecb6b1d69ccf1dd1bef /utils/TableGen | |
parent | 0c271bccf7b0e13f5c6fc84c1813c5e31190b960 (diff) |
Fix up the CMake build for the new files added in r146960, they're
likely to stay either way that discussion ends up resolving itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-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 ac33f997d4..3e8fa972ee 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -33,5 +33,6 @@ add_tablegen(llvm-tblgen LLVM TGValueTypes.cpp TableGen.cpp X86DisassemblerTables.cpp + X86ModRMFilters.cpp X86RecognizableInstr.cpp ) |