[PATCH] D18497: Auto-install LLVM Visual Studio visualizers for VS2015 and up

Mike Spertus via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 27 18:05:43 PDT 2016


mspertus added a comment.

In http://reviews.llvm.org/D18497#384351, @ariccio wrote:

> `utils/llvm.natvis` is a duplicate of `utils/LLVMVisualizers/llvm.natvis`?


The file was moved to a more appropriate directory (Otherwise, the project files were stepping on each other).
`svn mv utils/llvm.natvis utils/LLVMVisualizers/llvm.natvis`

> Otherwise, assuming everything builds correctly, LGTM.


There are a lot scenarios. What do all of these files in the build tree like `cmake_install.cmake`, `install.vcxproj`, `Package.vcxproj`? How do I test them?

> Once again, thanks for doing this!


You're welcome. Thanks for all your help. I am in India right now with a limited environment. I will likely due some more testing when I get home and check in at the end of the week.


http://reviews.llvm.org/D18497





More information about the cfe-commits mailing list