aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitc7f426449d37b54311e42446e2299954177c8be9 (patch)
treeab701d9f8e59bde8a9f097e9a988014d9a257a77 /docs/CFEBuildInstrs.html
parent0b4f468bf62cbd0737a7a053d884fea9df914e37 (diff)
downloadexternal_llvm-c7f426449d37b54311e42446e2299954177c8be9.zip
external_llvm-c7f426449d37b54311e42446e2299954177c8be9.tar.gz
external_llvm-c7f426449d37b54311e42446e2299954177c8be9.tar.bz2
Fixed pathname to LLVM tools.
Thanks to Vladimir Merzliakov for finding this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index de53e01..393beaf 100644
--- a/docs/CFEBuildInstrs.html
+++ b/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>