150
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
2 "http://www.w3.org/TR/html4/strict.dtd">
|
|
3 <html>
|
|
4 <head>
|
|
5 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
6 <title>Polly - Bugs</title>
|
|
7 <link type="text/css" rel="stylesheet" href="menu.css" />
|
|
8 <link type="text/css" rel="stylesheet" href="content.css" />
|
|
9 </head>
|
|
10 <body>
|
|
11
|
|
12 <div id="box">
|
|
13 <!--#include virtual="menu.html.incl"-->
|
|
14
|
|
15 <div id="content">
|
|
16
|
|
17 <h1>Bug Reports</h1>
|
|
18
|
|
19 Polly uses the LLVM bug tracking system:
|
|
20
|
|
21 <ul>
|
|
22 <li>
|
|
23 <a href="https://bugs.llvm.org/enter_bug.cgi?product=Polly">File new bug</a>
|
|
24 </li>
|
|
25
|
|
26 <li>
|
|
27 <a
|
|
28 href="https://bugs.llvm.org/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Polly&list_id=91437">Show open bugs</a>
|
|
29 </li>
|
|
30 </ul>
|
|
31
|
|
32
|
|
33 </div>
|
|
34 </div>
|
|
35 </body>
|
|
36 </html>
|