blob: dbd85f06a048f8c4b140587ac4c935e66a617887 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{# This template defines sidebar which can be used to provide common links on
all documentation pages. #}
<h3>Bugs</h3>
<p>Information on submitting bugs can be found
<a href="https://llvm.org/docs/HowToSubmitABug.html">here</a>.</p>
<h3>FAQ</h3>
<p> A list of
<a href="https://llvm.org/docs/FAQ.html">frequently asked questions</a> about LLVM.</p>
|