[Lldb-commits] [PATCH] D16150: Fix project name conflict for MSBuild
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 13 14:04:30 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257684: Rename MSVC top-level folder to avoid name collision. (authored by zturner).
Changed prior to commit:
http://reviews.llvm.org/D16150?vs=44775&id=44787#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16150
Files:
lldb/trunk/lit/CMakeLists.txt
Index: lldb/trunk/lit/CMakeLists.txt
===================================================================
--- lldb/trunk/lit/CMakeLists.txt
+++ lldb/trunk/lit/CMakeLists.txt
@@ -33,4 +33,4 @@
DEPENDS ${LLDB_TEST_DEPS}
)
-set_target_properties(check-lldb-unit PROPERTIES FOLDER "lldb tests")
+set_target_properties(check-lldb-unit PROPERTIES FOLDER "LLDB tests")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16150.44787.patch
Type: text/x-patch
Size: 369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160113/c2db2912/attachment.bin>
More information about the lldb-commits
mailing list