This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS]: Manually create lit tmp_dir
AbandonedPublic

Authored by fanbo-meng on Feb 1 2022, 12:16 PM.

Details

Summary

Follow up of https://reviews.llvm.org/D118071. tempfile.mkdtemp() can still potentially include '_' character in the generated name, so we need to manually create lit temp directory name for z/OS to ensure it does not contain '_' character.

Diff Detail

Event Timeline

fanbo-meng created this revision.Feb 1 2022, 12:16 PM
fanbo-meng requested review of this revision.Feb 1 2022, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 12:16 PM

update comment

This revision is now accepted and ready to land.Feb 1 2022, 12:38 PM
NancyWang2222 accepted this revision.Feb 1 2022, 12:42 PM
fanbo-meng abandoned this revision.Feb 2 2022, 6:07 AM