diff options
author | Sean Hunt <rideau3@gmail.com> | 2010-06-16 23:52:37 +0000 |
---|---|---|
committer | Sean Hunt <rideau3@gmail.com> | 2010-06-16 23:52:37 +0000 |
commit | a85e1957dd3ac48fe6fdfc31045589fe5f374820 (patch) | |
tree | 90b67b0dfe8bdbebd5859e3ed2c3fdcb4100879f /utils/TableGen | |
parent | 16171446c685fb5334e582362a01f20b094aa88a (diff) | |
download | external_llvm-a85e1957dd3ac48fe6fdfc31045589fe5f374820.zip external_llvm-a85e1957dd3ac48fe6fdfc31045589fe5f374820.tar.gz external_llvm-a85e1957dd3ac48fe6fdfc31045589fe5f374820.tar.bz2 |
Make sure CMake can build the files added by my previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106178 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 05520c1..c0435fd 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -5,6 +5,7 @@ add_executable(tblgen AsmWriterInst.cpp CallingConvEmitter.cpp ClangASTNodesEmitter.cpp + ClangAttrNodesEmitter.cpp ClangDiagnosticsEmitter.cpp CodeEmitterGen.cpp CodeGenDAGPatterns.cpp |