summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-01 14:12:30 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-01 14:12:30 +0000
commit51f8ded5e74a285e28b6ba426f6841c23ec90412 (patch)
tree3af8fd104a195c6d66f8242c25b7cfaaf191ddb8 /llvm/docs/CFEBuildInstrs.html
parentf6a10fa333d1e4afd55fcf2ca12ce4b3a8edc81f (diff)
downloadbcm5719-llvm-51f8ded5e74a285e28b6ba426f6841c23ec90412.tar.gz
bcm5719-llvm-51f8ded5e74a285e28b6ba426f6841c23ec90412.zip
Fixed pathname to LLVM tools.
Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index de53e0189ea..393beaf0dfd 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -106,7 +106,7 @@ invalid code. Instead, use the system assembler and linker.
<li><p>Add the directory containing the tools to your PATH.</p>
<pre>
- % set path = ( `cd llvm/tools/Debug &amp;&amp; pwd` $path )
+ % set path = ( `cd llvm/Debug/bin &amp;&amp; pwd` $path )
</pre></li>
<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
OpenPOWER on IntegriCloud