Skip to content

Commit e7faf76

Browse files
author
John Criswell
committed
Indicate that the pathname to the LLVM GCC front end must be an
absolute pathname. This burnt me on a Sparc build. llvm-svn: 10453
1 parent 6496cf1 commit e7faf76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/docs/GettingStarted.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
header files for the default platform. Useful options include:
130130
<ul>
131131
<li><tt>--with-llvmgccdir=<i>directory</i></tt>
132-
<p>Specify where the LLVM GCC frontend is installed.</p></li>
132+
<p>Specify the full pathname of where the LLVM GCC frontend is
133+
installed.</p></li>
133134
<li><tt>--enable-spec2000=<i>directory</i></tt>
134135
<p>Enable the SPEC2000 benchmarks for testing. The SPEC2000
135136
benchmarks should be available in
@@ -476,7 +477,8 @@
476477
<dt><i>--with-llvmgccdir=LLVMGCCDIR</i>
477478
<dd>
478479
Path to the ___location where the LLVM C front end binaries and
479-
associated libraries will be installed.
480+
associated libraries will be installed. This must be specified as an
481+
absolute pathname.
480482
<p>
481483
<dt><i>--enable-optimized</i>
482484
<dd>

0 commit comments

Comments
 (0)