[LLVMdev] Outdated information in CFEBuildInstrs.html
John T. Criswell
criswell at uiuc.edu
Wed Dec 1 06:14:50 PST 2004
Vladimir Merzliakov wrote:
> http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html have lines:
>
> Add the directory containing the tools to your PATH.
> % set path = ( `cd llvm/tools/Debug && pwd` $path )
>
> In my LLVM object directory at LLVM build (obj != src)
> obj/tools/Debug don't exist (instead exist obj/Debug)
>
> Also i recheck obj == src case with same result.
>
> I am use and I think command must be updated to
> set path = ( `cd llvm/Debug/bin && pwd` $path )
Right. The location of these files changed a few weeks ago.
I've fixed the Getting Started Guide.
Thanks for letting us know!
-- John T.
>
> Vladimir
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list