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)
commitcb2dfa64784ea6cc10b2df7a4827c15de5ac987d
treead92b4b738a548685aff9db31bb1b5130c35c35a
parent3bc62ab179fe0fc6946989c34904fb7ae5fd80e3
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.

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