[PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.

Zachary Turner zturner at google.com
Wed Dec 17 11:34:15 PST 2014


================
Comment at: buildbot/osuosl/master/config/builders.py:405-413
@@ +404,11 @@
+                     ],
+            # Build and Check (MSVC)
+            cmakeGenerator='Visual Studio 12',
+            build_cmd=['MSBuild', 'ALL_BUILD.vcxproj','/maxcpucount',
+                        "/p:Configuration=RelWithDebInfo"],
+            build_install_cmd=['MSBuild', 'INSTALL.vcxproj','/maxcpucount',
+                        "/p:Configuration=RelWithDebInfo"],
+            build_check_cmd=['MSBuild', 'check-all.vcxproj','/maxcpucount',
+                        "/p:Configuration=RelWithDebInfo"], 
+            slave_envCmd=r""""%VS120COMNTOOLS%\vsvars32.bat" %PROCESSOR_ARCHITECTURE% & set""",
+                     )},
----------------
Any reason this can't use ninja?  It will build faster than MSBuild while still using MSVC for the actual compilation and link.

http://reviews.llvm.org/D5588

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list