mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 01:46:06 +00:00

If you have two folders with the same name but different cases, MSBuild gets confused and generates an error when building from within Visual Studio. This patch renames it so that the cases of all folders named "LLDB tests" match. Patch by Jonathan Meier Differential Revision: http://reviews.llvm.org/D16150 llvm-svn: 257684