From 3d6b8fba2f77e0fd9f7af2b1de67490364f8baed Mon Sep 17 00:00:00 2001 From: Alexis Hunt Date: Thu, 17 Jun 2010 00:10:16 +0000 Subject: [PATCH] Fix the typo in my previous one-line commit. llvm-svn: 106179 --- 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