From: Eli Friedman Date: Mon, 1 Jul 2013 20:34:51 +0000 (+0000) Subject: Fix CMakeLists.txt. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7872d48b904c6b696ac843a82a9dd624e35b032;p=clang Fix CMakeLists.txt. Sorry about that. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185374 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index b508144684..63ef795cdb 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -35,8 +35,8 @@ add_clang_library(clangAST InheritViz.cpp ItaniumCXXABI.cpp ItaniumMangle.cpp - LambdaMangleContext.cpp Mangle.cpp + MangleNumberingContext.cpp MicrosoftCXXABI.cpp MicrosoftMangle.cpp NestedNameSpecifier.cpp