[all-commits] [llvm/llvm-project] 22b0fe: [SystemZ][z/OS]: fix lit tmp_dir to use - instead ...
NancyWang2019 via All-commits
all-commits at lists.llvm.org
Mon Jan 24 14:48:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22b0fe3fd9d404f0aa96b42fe0eeb899e90ad487
https://github.com/llvm/llvm-project/commit/22b0fe3fd9d404f0aa96b42fe0eeb899e90ad487
Author: Nancy Wang <wangn at ca.ibm.com>
Date: 2022-01-24 (Mon, 24 Jan 2022)
Changed paths:
M llvm/utils/lit/lit/main.py
Log Message:
-----------
[SystemZ][z/OS]: fix lit tmp_dir to use - instead of _
Latest upstream change in https://reviews.llvm.org/D117179 causes lit regressions on z/OS, when TMPDIR is exported and contains _, ld linker fails, it doesnt recognize _ specified in SYSLIN. this seems a limitation on z/OS. we need to fix lit.
Differential Revision: https://reviews.llvm.org/D118071
More information about the All-commits
mailing list