In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.
authorGreg Bedwell <greg_bedwell@sn.scee.net>
Mon, 1 Jun 2015 12:41:55 +0000 (12:41 +0000)
committerGreg Bedwell <greg_bedwell@sn.scee.net>
Mon, 1 Jun 2015 12:41:55 +0000 (12:41 +0000)
commitc2165f1e9fd5da93f82893ef87853203c1b00929
tree0d056de073de2ade1ee51be9b9408d52bafe43c6
parent7d97fc4164ecdd2141463f1914c4796824c84de5
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 file
properties window in Windows explorer.

Differential Revision: http://reviews.llvm.org/D7828

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238740 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
resources/windows_version_resource.rc [new file with mode: 0644]