projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4f468
)
Fixed pathname to LLVM tools.
author
John Criswell
<criswell@uiuc.edu>
Wed, 1 Dec 2004 14:12:30 +0000
(14:12 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Wed, 1 Dec 2004 14:12:30 +0000
(14:12 +0000)
Thanks to Vladimir Merzliakov for finding this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18402
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CFEBuildInstrs.html
patch
|
blob
|
history
diff --git
a/docs/CFEBuildInstrs.html
b/docs/CFEBuildInstrs.html
index de53e0189eaac7bdcd409cae94b153092170b832..393beaf0dfd8b534a3a4f7a841c424a9bced9e2b 100644
(file)
--- 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
&& pwd` $path )
+ % set path = ( `cd llvm/
Debug/bin
&& pwd` $path )
</pre></li>
<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>