| commit | bb453ac4ef0de7730421617469fb85c6a4c56f92 | [log] [tgz] |
|---|---|---|
| author | Tomohiro Kashiwada <kikairoya@gmail.com> | Tue Nov 04 23:57:41 2025 +0900 |
| committer | GitHub <noreply@github.com> | Tue Nov 04 15:57:41 2025 +0100 |
| tree | 7f1bcb7fa38f804f6559d1d0d6af972af2324698 | |
| parent | b339aa8d90432a7f0875aaf9530435a534a46ff6 [diff] |
test.py: remove use of `lit.util.mkdir_p` (#292) The helper function `lit.util.mkdir_p` has been removed in https://github.com/llvm/llvm-project/pull/163948 . Instead of that, call `pathlib` functions directly.