1 Dec 2004 11:43
Outdated information in CFEBuildInstrs.html
Vladimir Merzliakov <wanderer <at> rsu.ru>
2004-12-01 10:43:17 GMT
2004-12-01 10:43:17 GMT
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
RSS Feed