[PATCH] D152709: [lit] Avoid os.path.realpath in lit.py due to MAX_PATH limitations on Windows

Tristan Labelle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 12:35:27 PDT 2023


MrTrillian updated this revision to Diff 531033.
MrTrillian added a comment.

Converted final two instances of `realpath` to `abspath`. Reran tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152709/new/

https://reviews.llvm.org/D152709

Files:
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/lit/builtin_commands/diff.py
  llvm/utils/lit/lit/discovery.py
  llvm/utils/lit/tests/Inputs/config-map-discovery/driver.py
  llvm/utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg
  llvm/utils/lit/tests/Inputs/use-llvm-tool-required/lit.cfg
  llvm/utils/lit/tests/Inputs/use-llvm-tool/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152709.531033.patch
Type: text/x-patch
Size: 5304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230613/fcb99f61/attachment-0001.bin>


More information about the llvm-commits mailing list