[all-commits] [llvm/llvm-project] 97eb3b: [test-release.sh] Do not run chrpath on AIX.
Amy Kwan via All-commits
all-commits at lists.llvm.org
Fri Dec 3 13:39:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97eb3bb80ff9caa705c174c9adc2d683d8da79a3
https://github.com/llvm/llvm-project/commit/97eb3bb80ff9caa705c174c9adc2d683d8da79a3
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2021-12-03 (Fri, 03 Dec 2021)
Changed paths:
M llvm/utils/release/test-release.sh
Log Message:
-----------
[test-release.sh] Do not run chrpath on AIX.
Upon testing the use of test-release.sh on AIX, the script initially fails
because chrpath is not present on AIX. This patch adds checks for AIX and allows
the script to continue running to completion.
Differential Revision: https://reviews.llvm.org/D115046
More information about the All-commits
mailing list