diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-18 23:20:09 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-18 23:20:09 +0000 |
commit | 74f2ca8c4aa28cbb36c950b11416263eb6315593 (patch) | |
tree | 05dcc7a43a974b0328b494a0faff7bd7fb0c7cc0 /utils/TableGen/CMakeLists.txt | |
parent | ec0445855179d2c9fb98a2c8a42e03525762f45f (diff) |
De-bork CMake build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89272 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 e568c62795..d9ec6f7d1a 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -13,6 +13,7 @@ add_executable(tblgen InstrInfoEmitter.cpp IntrinsicEmitter.cpp LLVMCConfigurationEmitter.cpp + OptParserEmitter.cpp Record.cpp RegisterInfoEmitter.cpp SubtargetEmitter.cpp |