[LLVMdev] Re: Creating Release 1.7 Branch at 1:00pm PDT
Chris Lattner
sabre at nondot.org
Fri Apr 14 09:49:04 PDT 2006
On Fri, 14 Apr 2006, Reid Spencer wrote:
> The issue I had with Linux has been resolved. I was able to get the
Great!
> 3. The deja-gnu tests suffer from the same problem. They use the
> path, and not the build associated with them. Many people put
> their llvm/Debug/bin directory in their path so "make check"
> works fine. But if you "make check ENABLE_OPTIMIZED=1", its not
> doing what you think it is .. its running your Debug executables
> from your path, not the optimized ones. This needs to be
> corrected.
This should be easy enough to do. I believe the dejagnu script already
adds llvm/test/Scripts to your path before executing tests, it should
be easy enough for it to add llvm/{configuration}/bin also.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list