llvm-project/llvm/utils/llvm-lit
Nico Weber b9fd375d75 Revert "[lit] Keep original cfg file case around."
This reverts commit bc3f54de18.

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).
2020-04-15 17:19:39 -04:00
..
CMakeLists.txt Revert a few unsuccessful attempts at fixing bots. 2020-04-13 17:09:21 -04:00
llvm-lit.in Revert "[lit] Keep original cfg file case around." 2020-04-15 17:19:39 -04:00