[all-commits] [llvm/llvm-project] 7712de: [compiler-rt][tests][AIX] Use /opt/freeware/bin/en...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Thu Mar 27 13:03:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7712de3062b979345fae0b9717796339a70c593b
https://github.com/llvm/llvm-project/commit/7712de3062b979345fae0b9717796339a70c593b
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M compiler-rt/test/lit.common.cfg.py
Log Message:
-----------
[compiler-rt][tests][AIX] Use /opt/freeware/bin/env (#133160)
`env -u` is not supported by the system `env` utility on AIX.
`/opt/freeware/bin/env` is the standard path for the GNU coreutils `env`
utility as distributed by the AIX Toolbox for Open Source Software.
Adding `/opt/freeware/bin` to `PATH` causes issues by picking up other
utilities that are less capable, in an AIX context, than the system
ones.
This patch modifies the relevant usage of `env` to use (on AIX) the full
path to `/opt/freeware/bin/env`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list