From: John Criswell Date: Wed, 1 Dec 2004 14:12:30 +0000 (+0000) Subject: Fixed pathname to LLVM tools. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c7f426449d37b54311e42446e2299954177c8be9;p=oota-llvm.git 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 --- diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index de53e0189ea..393beaf0dfd 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -106,7 +106,7 @@ invalid code. Instead, use the system assembler and linker.
  • Add the directory containing the tools to your PATH.

    - % set path = ( `cd llvm/tools/Debug && pwd` $path )
    + % set path = ( `cd llvm/Debug/bin && pwd` $path )
     
  • Unpack the C/C++ front-end source into cfrontend/src.