[PATCH] D42762: Rewrite the VS Integration Scripts
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 11:51:30 PST 2018
zturner updated this revision to Diff 132645.
zturner added a comment.
Don't install the batch files for real. The previous patch didn't copy them to the output directory on install, but it failed to remove the invocation of install.bat and uninstall.bat from the actual installer.
https://reviews.llvm.org/D42762
Files:
clang/tools/driver/CMakeLists.txt
llvm/CMakeLists.txt
llvm/tools/msbuild/.gitignore
llvm/tools/msbuild/CMakeLists.txt
llvm/tools/msbuild/LLVM.Cpp.Common.props
llvm/tools/msbuild/LLVM.Cpp.Common.targets
llvm/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets
llvm/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012.targets
llvm/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets
llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
llvm/tools/msbuild/Platformx64/Toolset.props
llvm/tools/msbuild/Platformx64/Toolset.targets
llvm/tools/msbuild/Platformx86/Toolset.props
llvm/tools/msbuild/Platformx86/Toolset.targets
llvm/tools/msbuild/clang-cl.xml
llvm/tools/msbuild/install.bat
llvm/tools/msbuild/license.txt
llvm/tools/msbuild/llvm.csproj
llvm/tools/msbuild/llvm.sln
llvm/tools/msbuild/source.extension.vsixmanifest
llvm/tools/msbuild/toolset-vs2013.targets
llvm/tools/msbuild/toolset-vs2013_xp.targets
llvm/tools/msbuild/toolset-vs2014.targets
llvm/tools/msbuild/toolset-vs2014_xp.targets
llvm/tools/msbuild/uninstall.bat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42762.132645.patch
Type: text/x-patch
Size: 86367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180202/a1c81ead/attachment-0001.bin>
More information about the llvm-commits
mailing list