mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
9b22d9cf53
This reverts commit bc3f54de1827e58655c34477d09211cbc42589bd. The patch breaks in the following two scenarios: 1. When manually passing an absolute path to llvm-lit with a lower-case drive letter: `python bin\llvm-lit.py -sv c:\llvm-project\clang\test\PCH` 2. When the PWD has a lower-case drive letter, like after running `cd c:\` with a lower-case "c:" (cmd's default is upper-case, but it takes case-ness from what's passed to `cd` apparently). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
llvm-lit.in |