From bdb4dbf01f249e34903c867e292e98581a45e083 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Tue, 16 Aug 2016 20:49:49 +0000 Subject: [PATCH] [CMake] Fixing typo in Info.plist generation This is causing an error in the generation of the clang info plist. llvm-svn: 278850 --- clang/tools/driver/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/driver/Info.plist.in b/clang/tools/driver/Info.plist.in index c938fb0..c2b1570 100644 --- a/clang/tools/driver/Info.plist.in +++ b/clang/tools/driver/Info.plist.in @@ -7,7 +7,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - @TOOL_INFO_NAME + @TOOL_INFO_NAME@ CFBundleShortVersionString @TOOL_INFO_VERSION@ CFBundleVersion -- 2.7.4