[PATCH] D152709: [lit] Avoid os.path.realpath in lit.py due to MAX_PATH limitations on Windows
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 06:53:13 PDT 2023
Jake-Egan added a comment.
This caused a failure on AIX
https://lab.llvm.org/buildbot/#/builders/214/builds/7990/steps/6/logs/FAIL__lit___use-llvm-tool_py
It looks like the test expects /home but on AIX we use a temporary directory /scratch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152709/new/
https://reviews.llvm.org/D152709
More information about the llvm-commits
mailing list