forked from OSchip/llvm-project
parent
c1452f80cf
commit
0b2f37871d
|
@ -120,9 +120,9 @@
|
||||||
<li>On Windows with VS 2012 or higher using CMake</li>
|
<li>On Windows with VS 2012 or higher using CMake</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>See the <a href="build.html">LLDB Build Page</a> for platform-specific build instructions.</p>
|
<p>See the <a href="build.html">LLDB Build Page</a> for platform-specific build instructions.</p>
|
||||||
<p>Discussions about LLDB should go to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">lldb-dev</a> mailing
|
<p>Discussions about LLDB should go to the <a href="http://lists.llvm.org/mailman/listinfo/lldb-dev">lldb-dev</a> mailing
|
||||||
list. Commit messages for the lldb SVN module are automatically sent to the
|
list. Commit messages for the lldb SVN module are automatically sent to the
|
||||||
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits">lldb-commits</a>
|
<a href="http://lists.llvm.org/mailman/listinfo/lldb-commits">lldb-commits</a>
|
||||||
mailing list, and this is also the preferred mailing list for patch
|
mailing list, and this is also the preferred mailing list for patch
|
||||||
submissions.</p>
|
submissions.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
<div class="urbangreymenu">
|
<div class="urbangreymenu">
|
||||||
<h1 class="headerbar">Mailing Lists</h1>
|
<h1 class="headerbar">Mailing Lists</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev">lldb-dev</a></li>
|
<li><a href="http://lists.llvm.org/mailman/listinfo/lldb-dev">lldb-dev</a></li>
|
||||||
<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits">lldb-commits</a></li>
|
<li><a href="http://lists.llvm.org/mailman/listinfo/lldb-commits">lldb-commits</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue