From: Douglas Gregor Date: Wed, 18 Nov 2009 23:20:09 +0000 (+0000) Subject: De-bork CMake build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=74f2ca8c4aa28cbb36c950b11416263eb6315593;p=oota-llvm.git De-bork CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89272 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index e568c62795d..d9ec6f7d1a1 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