Re: [Lldb-commits] [PATCH] D16150: Fix project name conflict for MSBuild

2016-01-13 Thread Zachary Turner via lldb-commits
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.

Re: [Lldb-commits] [PATCH] D16150: Fix project name conflict for MSBuild

2016-01-13 Thread Jonathan Meier via lldb-commits
jonathanmeier added a comment. Could you please commit that for me? I don't have write access to the repository. http://reviews.llvm.org/D16150 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo

Re: [Lldb-commits] [PATCH] D16150: Fix project name conflict for MSBuild

2016-01-13 Thread Zachary Turner via lldb-commits
zturner accepted this revision. zturner added a comment. This revision is now accepted and ready to land. looks good, thanks http://reviews.llvm.org/D16150 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

[Lldb-commits] [PATCH] D16150: Fix project name conflict for MSBuild

2016-01-13 Thread Jonathan Meier via lldb-commits
jonathanmeier created this revision. jonathanmeier added a reviewer: zturner. jonathanmeier added a subscriber: lldb-commits. CMake allows case sensitive folder naming when setting the folder property of a target. However MSBuild doesn't like that. It complains about having two projects named th