r278850 - [CMake] Fixing typo in Info.plist generation

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 13:49:49 PDT 2016


Author: cbieneman
Date: Tue Aug 16 15:49:49 2016
New Revision: 278850

URL: http://llvm.org/viewvc/llvm-project?rev=278850&view=rev
Log:
[CMake] Fixing typo in Info.plist generation

This is causing an error in the generation of the clang info plist.

Modified:
    cfe/trunk/tools/driver/Info.plist.in

Modified: cfe/trunk/tools/driver/Info.plist.in
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/driver/Info.plist.in?rev=278850&r1=278849&r2=278850&view=diff
==============================================================================
--- cfe/trunk/tools/driver/Info.plist.in (original)
+++ cfe/trunk/tools/driver/Info.plist.in Tue Aug 16 15:49:49 2016
@@ -7,7 +7,7 @@
         <key>CFBundleInfoDictionaryVersion</key>
         <string>6.0</string>
         <key>CFBundleName</key>
-        <string>@TOOL_INFO_NAME</string>
+        <string>@TOOL_INFO_NAME@</string>
 	<key>CFBundleShortVersionString</key>
 	<string>@TOOL_INFO_VERSION@</string>
         <key>CFBundleVersion</key>




More information about the cfe-commits mailing list