Skip to content

Commit

Permalink
Rename MSVC top-level folder to avoid name collision.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zachary Turner committed Jan 13, 2016
1 parent 76b4afc commit d79bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/lit/CMakeLists.txt
Expand Up @@ -33,4 +33,4 @@ add_lit_testsuite(check-lldb-unit "Running lldb unit test suite"
DEPENDS ${LLDB_TEST_DEPS}
)

set_target_properties(check-lldb-unit PROPERTIES FOLDER "lldb tests")
set_target_properties(check-lldb-unit PROPERTIES FOLDER "LLDB tests")

0 comments on commit d79bc32

Please sign in to comment.