[PATCH] Create an experimental Windows LLDB Builder

Timur Iskhodzhanov timurrrr at google.com
Tue Dec 23 03:59:25 PST 2014


+Evgeniy who was adding other bots lately.


================
Comment at: buildbot/osuosl/master/config/builders.py:617
@@ +616,3 @@
+                                                                config=Debug,
+                                                                # This sets up the environment to be identical to what would happen if you ran vcvarsall.bat
+                                                                # which is a required step before invoking the compiler, linker, or for CMake to even be
----------------
please specify the VS version where these env values came from

================
Comment at: buildbot/osuosl/master/config/builders.py:630
@@ +629,3 @@
+                                                                    'ExtensionSdkDir': 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1\\ExtensionSDKs\\',
+                                                                    'Framework40Version': 'v4.0',
+                                                                    'FrameworkDir': 'C:\\Windows\\Microsoft.NET\\Framework\\',
----------------
Are you sure the framework envs are required?  I don't remember setting them on our other bots

================
Comment at: buildbot/osuosl/master/config/builders.py:643
@@ +642,3 @@
+                                                                    'WindowsSDK_ExecutablePath_x64': 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1A\\bin\\NETFX 4.5.1 Tools\\x64\\',
+                                                                    'WindowsSDK_ExecutablePath_x86': 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v8.1A\\bin\\NETFX 4.5.1 Tools\\',
+                                                                }
----------------
Ditto NETFX dirs

================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:29
@@ +28,3 @@
+    # MSVC LD.EXE cannot link executables with DWARF debug info.
+    f.addStep(SVN(name='svn-llvm',
+                  mode='update', baseURL='http://llvm.org/svn/llvm-project/llvm/',
----------------
Evgeniy might have a different opinion, e.g. suggest to use annotator instead?

http://reviews.llvm.org/D6745

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






More information about the llvm-commits mailing list