In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.
authorGreg Bedwell <greg_bedwell@sn.scee.net>
Fri, 12 Jun 2015 15:58:29 +0000 (15:58 +0000)
committerGreg Bedwell <greg_bedwell@sn.scee.net>
Fri, 12 Jun 2015 15:58:29 +0000 (15:58 +0000)
commit95213c31f39d5db9000e1fcdebe6e41ab9f91813
tree1220829d18a0a87ba8650fab09250b77ea8aca29
parent7f5571a129bd1c504fe2d7a5e3b5c7e3f6ebea66
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 failure
in the clang-cl selfhost tests on Windows.  I've now fixed the issue in
clang-cl that caused the failure so hopefully all should be well now.

llvm-svn: 239612
llvm/cmake/modules/AddLLVM.cmake
llvm/resources/windows_version_resource.rc [new file with mode: 0644]