forked from OSchip/llvm-project
parent
c1452f80cf
commit
0b2f37871d
|
@ -120,9 +120,9 @@
|
|||
<li>On Windows with VS 2012 or higher using CMake</li>
|
||||
</ul>
|
||||
<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
|
||||
<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
|
||||
submissions.</p>
|
||||
</div>
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
<div class="urbangreymenu">
|
||||
<h1 class="headerbar">Mailing Lists</h1>
|
||||
<ul>
|
||||
<li><a href="http://lists.cs.uiuc.edu/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-dev">lldb-dev</a></li>
|
||||
<li><a href="http://lists.llvm.org/mailman/listinfo/lldb-commits">lldb-commits</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue