diff options
author | John Criswell <criswell@uiuc.edu> | 2004-12-01 14:12:30 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-12-01 14:12:30 +0000 |
commit | 51f8ded5e74a285e28b6ba426f6841c23ec90412 (patch) | |
tree | 3af8fd104a195c6d66f8242c25b7cfaaf191ddb8 /llvm/docs/CFEBuildInstrs.html | |
parent | f6a10fa333d1e4afd55fcf2ca12ce4b3a8edc81f (diff) | |
download | bcm5719-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.html | 2 |
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 && 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> |