Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
5363e386
Commit
5363e386
authored
20 years ago
by
Misha Brukman
Browse files
Options
Downloads
Patches
Plain Diff
* Standardize footer
* HTML 4.01 (Strict) compliance llvm-svn: 13924
parent
d9be5faa
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/FAQ.html
+10
-7
10 additions, 7 deletions
llvm/docs/FAQ.html
with
10 additions
and
7 deletions
llvm/docs/FAQ.html
+
10
−
7
View file @
5363e386
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<html>
<html>
<head>
<head>
<title>
LLVM: Frequently Asked Questions
</title>
<title>
LLVM: Frequently Asked Questions
</title>
<style>
<style
type=
"text/css"
>
@import
url("llvm.css")
;
@import
url("llvm.css")
;
.question
{
font-weight
:
bold
}
.question
{
font-weight
:
bold
}
.answer
{
margin-left
:
2em
}
.answer
{
margin-left
:
2em
}
...
@@ -236,7 +236,7 @@ it:</p>
...
@@ -236,7 +236,7 @@ it:</p>
<li><p>
Run
<tt>
configure
</tt>
with an alternative
<tt>
PATH
</tt>
that is
<li><p>
Run
<tt>
configure
</tt>
with an alternative
<tt>
PATH
</tt>
that is
correct. In a Borne compatible shell, the syntax would be:
</p>
correct. In a Borne compatible shell, the syntax would be:
</p>
<p><tt>
PATH=
<
the
path
without
the
bad
program
>
./configure ...
</tt></p>
<p><tt>
PATH=
[
the path without the bad program
]
./configure ...
</tt></p>
<p>
This is still somewhat inconvenient, but it allows
<tt>
configure
</tt>
<p>
This is still somewhat inconvenient, but it allows
<tt>
configure
</tt>
to do its work without having to adjust your
<tt>
PATH
</tt>
to do its work without having to adjust your
<tt>
PATH
</tt>
...
@@ -516,15 +516,18 @@ print values.
...
@@ -516,15 +516,18 @@ print values.
</p>
</p>
</div>
</div>
<!-- *********************************************************************** -->
<!-- *********************************************************************** -->
<!-- *********************************************************************** -->
<hr>
<hr>
<div
class=
"doc_footer"
>
<address>
<a
href=
"http://llvm.cs.uiuc.edu"
>
The LLVM Compiler Infrastructure
</a>
<a
href=
"http://jigsaw.w3.org/css-validator/check/referer"
><img
<br>
src=
"http://jigsaw.w3.org/css-validator/images/vcss"
alt=
"Valid CSS!"
></a>
<a
href=
"http://validator.w3.org/check/referer"
><img
src=
"http://www.w3.org/Icons/valid-html401"
alt=
"Valid HTML 4.01!"
></a>
<a
href=
"http://llvm.cs.uiuc.edu"
>
LLVM Compiler Infrastructure
</a><br>
Last modified: $Date$
Last modified: $Date$
</
div
>
</
address
>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment