Assume the shared library path variable is LD_LIBRARY_PATH on systems
commit735417c3c0ecaef47b4a299ddc165baa8d037dc2
authorDimitry Andric <dimitry@andric.com>
Sat, 20 Jan 2018 14:35:05 +0000 (20 14:35 +0000)
committerDimitry Andric <dimitry@andric.com>
Sat, 20 Jan 2018 14:35:05 +0000 (20 14:35 +0000)
tree91d6a646602dfeedf9f1e9b23ebd28a4a4e7c440
parentcc13eaa239b29a39c675338c3464c055070a0608
Assume the shared library path variable is LD_LIBRARY_PATH on systems
except Darwin and Windows.  This prevents inserting an environment
variable with an empty name (which is illegal and leads to a Python
exception) on any of the BSDs.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@323041 91177308-0d34-0410-b5e6-96231b3b80d8
test/Unit/lit.cfg