Skip to content

Commit 02e054d

Browse files
author
John Criswell
committed
Added brief information on how to query filed bugs via BugZilla.
Changed all tabs to spaces to ensure that nice LLVM look and feel. llvm-svn: 9465
1 parent 9096e27 commit 02e054d

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

llvm/README.txt

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ Getting Started with LLVM
1414
-------------------------
1515

1616
(1) For license information:
17-
llvm/LICENSE.txt
17+
llvm/LICENSE.txt
1818

1919
(2) Installing and compiling LLVM:
20-
llvm/docs/GettingStarted.html
20+
llvm/docs/GettingStarted.html
2121

2222
(3) Learn about features and limitations of this release:
23-
llvm/docs/ReleaseNotes.html
23+
llvm/docs/ReleaseNotes.html
2424

2525
(4) Learn how to write a pass within the LLVM system:
26-
llvm/docs/WritingAnLLVMPass.html
26+
llvm/docs/WritingAnLLVMPass.html
2727

2828
(5) Learn how to start a new development project using LLVM, where your
2929
new source code can live anywhere (outside or inside the LLVM tree),
3030
while using LLVM header files and libraries:
31-
llvm/docs/Projects.html
31+
llvm/docs/Projects.html
3232

3333

3434
Getting Help with LLVM
@@ -40,65 +40,65 @@ Getting Help with LLVM
4040
expect prompt first responses.
4141

4242
(2) To report a bug, submit a bug report as described in the document:
43-
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
43+
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
4444

4545
(3) We now use Bugzilla to track bugs, so you can check the status of
4646
previous bugs at:
47-
<FIXME: WHERE DO THEY GO???>
47+
http://llvm.cs.uiuc.edu/bugs/query.cgi
4848

4949

5050
LLVM Documentation
5151
------------------
5252

5353
All the documents mentioned below except the design overview tech report
54-
are include as part of the LLVM release (in llvm/docs/*):
54+
are included as part of the LLVM release (in llvm/docs/*):
5555

5656
LLVM Design Overview:
57-
LLVM : A Compilation Framework for Lifelong Program Analysis
58-
and Transformation:
59-
http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
57+
LLVM : A Compilation Framework for Lifelong Program Analysis
58+
and Transformation:
59+
http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
6060

6161
LLVM User Guides:
6262

63-
Download and Installation Instructions:
64-
llvm/docs/GettingStarted.html
63+
Download and Installation Instructions:
64+
llvm/docs/GettingStarted.html
6565

66-
LLVM Command Guide:
67-
llvm/docs/CommandGuide/CommandGuide.html
66+
LLVM Command Guide:
67+
llvm/docs/CommandGuide/CommandGuide.html
6868

69-
LLVM Assembly Language:
70-
llvm/docs/LangRef.html
69+
LLVM Assembly Language:
70+
llvm/docs/LangRef.html
7171

72-
LLVM Test Suite Guide:
73-
llvm/docs/TestingGuide.html
72+
LLVM Test Suite Guide:
73+
llvm/docs/TestingGuide.html
7474

7575
LLVM Programming Documentation:
7676

77-
LLVM Programmers Manual:
78-
llvm/docs/ProgrammersManual.html
77+
LLVM Programmers Manual:
78+
llvm/docs/ProgrammersManual.html
7979

80-
Writing an LLVM Pass:
81-
llvm/docs/WritingAnLLVMPass.html
80+
Writing an LLVM Pass:
81+
llvm/docs/WritingAnLLVMPass.html
8282

83-
Alias Analysis in LLVM:
84-
llvm/docs/AliasAnalysis.html
83+
Alias Analysis in LLVM:
84+
llvm/docs/AliasAnalysis.html
8585

86-
Command Line Library:
87-
llvm/docs/CommandLine.html
86+
Command Line Library:
87+
llvm/docs/CommandLine.html
8888

89-
Coding Standards:
90-
llvm/docs/CodingStandards.html
89+
Coding Standards:
90+
llvm/docs/CodingStandards.html
9191

9292
Other LLVM Resources:
9393

94-
Submitting a Bug:
95-
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
94+
Submitting a Bug:
95+
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
9696

97-
Open Projects:
98-
llvm/docs/OpenProjects.html
97+
Open Projects:
98+
llvm/docs/OpenProjects.html
9999

100-
Creating a new LLVM Project:
101-
llvm/docs/Projects.html
100+
Creating a new LLVM Project:
101+
llvm/docs/Projects.html
102102

103103
Mailing Lists
104104
--------------
@@ -122,8 +122,8 @@ There are three mailing lists for providing LLVM users with information:
122122
(3) LLVM Commits List
123123
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
124124

125-
This list contains all commit messages that are made when LLVM developers
126-
commit code changes to the CVS archive. It is useful for those who want to
127-
stay on the bleeding edge of LLVM development. This list is very high
128-
volume.
125+
This list contains all commit messages that are made when LLVM developers
126+
commit code changes to the CVS archive. It is useful for those who want to
127+
stay on the bleeding edge of LLVM development. This list is very high
128+
volume.
129129

0 commit comments

Comments
 (0)