[LLVMdev] Outdated information in CFEBuildInstrs.html

Vladimir Merzliakov wanderer at rsu.ru
Wed Dec 1 02:43:17 PST 2004


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





More information about the llvm-dev mailing list