From: Sean Callanan Date: Tue, 9 Feb 2010 22:29:16 +0000 (+0000) Subject: Added AsmWriterInst.cpp to the CMakeList so that X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ac97b386bf05b5e0538922c6f9c1e09bcc6ab4c;p=oota-llvm.git Added AsmWriterInst.cpp to the CMakeList so that it builds OK on Visual Studio. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index eca327c8a47..f344b288426 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -1,6 +1,7 @@ add_executable(tblgen AsmMatcherEmitter.cpp AsmWriterEmitter.cpp + AsmWriterInst.cpp CallingConvEmitter.cpp ClangDiagnosticsEmitter.cpp CodeEmitterGen.cpp