Fix PR 8199. This patch prepends the build tool dir to LLVM programs
authorDavid Greene <greened@obbligato.org>
Tue, 21 Dec 2010 16:55:53 +0000 (16:55 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 21 Dec 2010 16:55:53 +0000 (16:55 +0000)
commit4d75d80d62f52ce440e6af7821d785ab49f30ea7
tree2430a851da27a7c30671eca02d17142b9bed8fb6
parentfbadcd0826c2e69ed21c2d535310ba958acb4359
Fix PR 8199.  This patch prepends the build tool dir to LLVM programs
being tested.  This ensures that we test the tools just built and not
some random tools that might happen to be in the user's PATH.  This
makes LLVM testing much more stable and predictable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122341 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TestingGuide.html
test/lit.cfg
utils/lit/lit/TestRunner.py