[Lldb-commits] [lldb] r176126 - Add links to buildbots on the LLDB build instructions page

Daniel Malea daniel.malea at intel.com
Tue Feb 26 13:41:55 PST 2013


Author: dmalea
Date: Tue Feb 26 15:41:55 2013
New Revision: 176126

URL: http://llvm.org/viewvc/llvm-project?rev=176126&view=rev
Log:
Add links to buildbots on the LLDB build instructions page


Modified:
    lldb/trunk/www/build.html

Modified: lldb/trunk/www/build.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/build.html?rev=176126&r1=176125&r2=176126&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Tue Feb 26 15:41:55 2013
@@ -17,6 +17,16 @@
   <!--#include virtual="sidebar.incl"-->
   
 		<div id="middle">
+                <h1 class ="postheader">Continuous Integraton</h1>
+                <div class="postcontent">
+                        <p> The following LLVM buildbots build and test LLDB trunk:
+                        <ul>
+                                <li> <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-debian-clang">LLDB Linux x86_64 build with Clang (automake)</a>
+                                <li> <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-linux">LLDB Linux x86_64 build with GCC 4.6 (automake)</a>
+                                <li> <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-darwin11">LLDB Mac OS X x86_64 build with Clang (XCode)</a>
+                        </ul>
+                </div>
+                <div class="postfooter"></div>
     		<div class="post">
     			<h1 class ="postheader">Building LLDB on Mac OS X</h1>
     			<div class="postcontent">





More information about the lldb-commits mailing list