From e3f647360c5ac01c54441c98d21350c8801a7785 Mon Sep 17 00:00:00 2001 From: Sean Hunt Date: Thu, 17 Jun 2010 00:10:16 +0000 Subject: [PATCH] Fix the typo in my previous one-line commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106179 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt index c0435fdd4b0..85847f164bb 100644 --- a/utils/TableGen/CMakeLists.txt +++ b/utils/TableGen/CMakeLists.txt @@ -5,7 +5,7 @@ add_executable(tblgen AsmWriterInst.cpp CallingConvEmitter.cpp ClangASTNodesEmitter.cpp - ClangAttrNodesEmitter.cpp + ClangAttrEmitter.cpp ClangDiagnosticsEmitter.cpp CodeEmitterGen.cpp CodeGenDAGPatterns.cpp