mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 07:22:54 +00:00
5d71fc5d7b
This fixes most references to the paths: llvm.org/svn/ llvm.org/git/ llvm.org/viewvc/ github.com/llvm-mirror/ github.com/llvm-project/ reviews.llvm.org/diffusion/ to instead point to https://github.com/llvm/llvm-project. This is *not* a trivial substitution, because additionally, all the checkout instructions had to be migrated to instruct users on how to use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of checking out various projects into various subdirectories. I've attempted to not change any scripts here, only documentation. The scripts will have to be addressed separately. Additionally, I've deleted one document which appeared to be outdated and unneeded: lldb/docs/building-with-debug-llvm.txt Differential Revision: https://reviews.llvm.org/D57330 llvm-svn: 352514
62 lines
2.1 KiB
Plaintext
Executable File
62 lines
2.1 KiB
Plaintext
Executable File
<div id="menu">
|
|
<div>
|
|
<a href="http://llvm.org/">LLVM Home</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Clang Info</label>
|
|
<a href="http://llvm.org/releases/download.html">Download</a>
|
|
<a href="/index.html">About</a>
|
|
<a href="/features.html">Features</a>
|
|
<a href="/comparison.html">Comparisons</a>
|
|
<a href="/related.html">Related Projects</a>
|
|
<a href="/docs/UsersManual.html">User's Manual</a>
|
|
<a href="/compatibility.html">Language Compatibility</a>
|
|
<a href="/docs/LanguageExtensions.html">Language Extensions</a>
|
|
<a href="/cxx_status.html">C++ Status</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Clang Development</label>
|
|
<a href="/get_started.html">Get Started</a>
|
|
<a href="/get_involved.html">Get Involved</a>
|
|
<a href="/OpenProjects.html">Open Projects</a>
|
|
<a href="/docs/InternalsManual.html">Clang Internals</a>
|
|
<a href="/hacking.html">Hacking on Clang</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Clang Tools</label>
|
|
<a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
|
|
<a href="/docs/Tooling.html">Writing Clang Tools</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Communication</label>
|
|
<a href="http://lists.llvm.org/mailman/listinfo/cfe-users">cfe-users List</a>
|
|
<a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev List</a>
|
|
<a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
|
|
<a href="https://bugs.llvm.org/">Bug Reports</a>
|
|
<a href="http://planet.clang.org/">Planet Clang</a>
|
|
<a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>The Code</label>
|
|
<a href="/get_started.html#build">Check Out Sources</a>
|
|
<a href="https://github.com/llvm/llvm-project/tree/master/clang/">Browse Sources</a>
|
|
<a href="http://clang.llvm.org/doxygen/">doxygen</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Quick Links</label>
|
|
<a href="http://llvm.org/reports/coverage/">Testing Coverage</a>
|
|
</div>
|
|
|
|
<div class="submenu">
|
|
<label>Clang Events</label>
|
|
<a href="http://llvm.org/devmtg/">LLVM Meeting</a>
|
|
</div>
|
|
|
|
</div>
|