Some of the tests build an executable with llvm-gcc. For this to work, llvm-gcc
authorDuncan Sands <baldrick@free.fr>
Fri, 17 Sep 2010 17:05:27 +0000 (17:05 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 17 Sep 2010 17:05:27 +0000 (17:05 +0000)
commit7201c9f1f12a91bad33311be0e812ce3cd924799
tree126597f12a8f3bcf1b9ee5e3e904f0c11cbc6586
parentf3f95c9274d80ef62ab955ed0e73684f64b8c9bf
Some of the tests build an executable with llvm-gcc.  For this to work, llvm-gcc
needs to find some libraries, which may require searching the directories given
by LIBRARY_PATH on curiously configured systems.  So pass on LIBRARY_PATH.

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