Vladimir Merzliakov
2004-Dec-01 10:43 UTC
[LLVMdev] Outdated information in CFEBuildInstrs.html
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 ) Vladimir
John T. Criswell
2004-Dec-01 14:14 UTC
[LLVMdev] Outdated information in CFEBuildInstrs.html
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
John T. Criswell
2004-Dec-01 14:21 UTC
[LLVMdev] Outdated information in CFEBuildInstrs.html
John T. Criswell wrote:> 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.Er, I meant CFE Build Instructions. Sorry. I haven't had my first coke of the morning yet. -- John T.> > 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 > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
Seemingly Similar Threads
- [LLVMdev] Outdated information in CFEBuildInstrs.html
- [LLVMdev] Minor patch to clarify matters in the CFEBuildInstrs.html
- [LLVMdev] Last LLVM build fail at FreeBSD nighttest
- [LLVMdev] Propose change gnuplot options for small picture versions
- [LLVMdev] Using -noexternals option of NightlyTest.pl