summaryrefslogtreecommitdiff
path: root/www/menu.html.incl
blob: dfcb6f4ad1f48990fd2d646d111e381a440747fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="menu">
  <div>
    <a href="http://llvm.org/">LLVM Home</a>
  </div>
  
  <div class="submenu">
    <label>compiler-rt Info</label>
    <a href="/index.html">About</a>
  </div>

  <div class="submenu">
    <label>Quick Links</label>
    <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a>
    <a href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
    <a href="http://llvm.org/bugs/">Bug Reports</a>
    <a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk/">Browse SVN</a>
    <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/">Browse ViewVC</a>
  </div>
</div>