[all-commits] [llvm/llvm-project] 2edc54: [lit][AIX] Add LIBPATH to pass through env vars

David Tenty via All-commits all-commits at lists.llvm.org
Tue Nov 22 14:25:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2edc54edede4b069326a2d1957d3bf8d9eaa9b08
      https://github.com/llvm/llvm-project/commit/2edc54edede4b069326a2d1957d3bf8d9eaa9b08
  Author: David Tenty <daltenty at ibm.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M llvm/utils/lit/lit/TestingConfig.py

  Log Message:
  -----------
  [lit][AIX] Add LIBPATH to pass through env vars

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.

Differential Revision: https://reviews.llvm.org/D138510




More information about the All-commits mailing list