summaryrefslogtreecommitdiff
path: root/utils/llvm-targets
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-01-15 12:40:22 -0500
committerBen Gamari <ben@smart-cactus.org>2018-01-15 13:53:46 -0500
commit87917a594f37b70810013168a5df64d630620724 (patch)
treefe3dcac388e173fe8fc0f9a8e8f01ce5d4ad413b /utils/llvm-targets
parent3d17f1f10fc00540ac052f2fd03182906aa47e35 (diff)
downloadhaskell-87917a594f37b70810013168a5df64d630620724.tar.gz
Support LIBRARY_PATH and LD_LIBRARY_PATH in rts
`LIBRARY_PATH` is used to find libraries and other link artifacts while `LD_LIBRARY_PATH` is used to find shared libraries by the loader. Due to an implementation detail on Windows, using `LIBRARY_PATH` will automatically add the path of any library found to the loader's path. So in that case `LD_LIBRARY_PATH` won't be needed. Test Plan: ./validate along with T14611 which has been made Windows only due to linux using the system linker/loader by default. So I feel a testcase there is unwarranted as the support is indirect via glibc. Reviewers: hvr, bgamari, erikd, simonmar, RyanGlScott Reviewed By: RyanGlScott Subscribers: RyanGlScott, rwbarton, thomie, carter GHC Trac Issues: #14611 Differential Revision: https://phabricator.haskell.org/D4275
Diffstat (limited to 'utils/llvm-targets')
0 files changed, 0 insertions, 0 deletions