This is an archive of the discontinued LLVM Phabricator instance.

[lit][AIX] Add LIBPATH to pass through env vars
ClosedPublic

Authored by daltenty on Nov 22 2022, 10:14 AM.

Details

Summary

AIX uses LIBPATH to specify the library search path in addition to LD_LIBRARY_PATH, and a lot of users / tooling will use it preferentially. In lit we currently pass through LD_LIBRARY_PATH but not LIBPATH in the env on AIX, this patch corrects this inconsistency.

Diff Detail

Event Timeline

daltenty created this revision.Nov 22 2022, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 10:14 AM
Herald added a subscriber: delcypher. · View Herald Transcript
daltenty requested review of this revision.Nov 22 2022, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 10:14 AM
hubert.reinterpretcast edited the summary of this revision. (Show Details)

LGTM; thanks!

This revision is now accepted and ready to land.Nov 22 2022, 10:49 AM
This revision was automatically updated to reflect the committed changes.