[PATCH] D42769: Create a VSIX Installer for the VS Integration

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 17:52:30 PST 2018


zturner updated this revision to Diff 132303.
zturner added reviewers: smeenai, compnerd.
zturner added a comment.

This update brings a couple of minor tweaks.

1. Now, instead of just saying "Clang for Windows" in the toolchain selector, it will show you the version number.  So for example it will say "Clang for Windows 7".

2. I realized we didn't need this `LLVM.props` file to set the toolchain name strings, we could do it directly in our own props file.  So that logic is moved there and the unnecessary file is deleted.


https://reviews.llvm.org/D42769

Files:
  llvm/tools/msbuild/Clang.Cpp.Common.props
  llvm/tools/msbuild/Clang.Toolset.x64.props
  llvm/tools/msbuild/Clang.Toolset.x86.props
  llvm/tools/msbuild/LLVM.props
  llvm/tools/msbuild/Toolset.targets
  llvm/tools/msbuild/clang-cl.xml
  llvm/tools/msbuild/install.bat
  llvm/tools/msbuild/llvm.sln
  llvm/tools/msbuild/llvm/.gitignore
  llvm/tools/msbuild/llvm/LLVM.Cpp.Common.props
  llvm/tools/msbuild/llvm/LLVM.Cpp.Common.targets
  llvm/tools/msbuild/llvm/Platformx64/Toolset.props
  llvm/tools/msbuild/llvm/Platformx64/Toolset.targets
  llvm/tools/msbuild/llvm/Platformx86/Toolset.props
  llvm/tools/msbuild/llvm/Platformx86/Toolset.targets
  llvm/tools/msbuild/llvm/clang-cl.xml
  llvm/tools/msbuild/llvm/license.txt
  llvm/tools/msbuild/llvm/llvm.csproj
  llvm/tools/msbuild/llvm/source.extension.vsixmanifest
  llvm/tools/msbuild/uninstall.bat

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42769.132303.patch
Type: text/x-patch
Size: 26589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180201/7e1dd3fb/attachment.bin>


More information about the llvm-commits mailing list