diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-29 01:10:25 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-29 01:10:25 +0000 |
commit | 55b88096aa1d3a409bdd35f25faa7fa2552f274f (patch) | |
tree | ee390132d21116b7a252a7779db8d47b71455ae0 /utils/TableGen/CMakeLists.txt | |
parent | 949124ce0fcaa2428adb95a729ccf8727054f294 (diff) |
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94776 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CMakeLists.txt')
-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 ce9b66f8c3..eca327c8a4 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -9,6 +9,7 @@ add_executable(tblgen CodeGenTarget.cpp DAGISelEmitter.cpp DisassemblerEmitter.cpp + EDEmitter.cpp FastISelEmitter.cpp InstrEnumEmitter.cpp InstrInfoEmitter.cpp |