Add the lit site config for unittests to bin/llvm-lit
authorReid Kleckner <reid@kleckner.net>
Tue, 17 Dec 2013 00:33:36 +0000 (00:33 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 17 Dec 2013 00:33:36 +0000 (00:33 +0000)
commitb20feb998068ab06539c0488782533dfbf22db1a
tree6a1563b58d260cdaed92f35dd32d8903de6ed6c9
parentda84349207baf7e668bf2425b4c02522e26a6668
Add the lit site config for unittests to bin/llvm-lit

This missing parameter was causing bin/llvm-lit to run the unittests
from my primary build directory instead of my self-hosting build
directory because llvm-config was on my PATH.

This more closely matches what 'make check' will pass to lit.py.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197444 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvm-lit/llvm-lit.in