In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.This reinstates my commits r238740/r238741 which I reverted due to a failurein the clang-cl selfhost tests on Windows. I've no
In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.This reinstates my commits r238740/r238741 which I reverted due to a failurein the clang-cl selfhost tests on Windows. I've now fixed the issue inclang-cl that caused the failure so hopefully all should be well now.llvm-svn: 239612
show more ...
[CMake] Revert commits r238740/r238741 for embedding Windows version info.The clang Windows bots are showing mysterious failures.Reverting until I can figure out what's going on.llvm-svn: 238744
In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.This embeds Windows version information into our executables and DLLs.The most visible place to view this data is in the detail
In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.This embeds Windows version information into our executables and DLLs.The most visible place to view this data is in the details tab of the fileproperties window in Windows explorer.Differential Revision: http://reviews.llvm.org/D7828llvm-svn: 238740