summaryrefslogtreecommitdiff
path: root/resources
AgeCommit message (Collapse)Author
2015-06-12In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell
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
2015-06-01[CMake] Revert commits r238740/r238741 for embedding Windows version info.Greg Bedwell
The clang Windows bots are showing mysterious failures. Reverting until I can figure out what's going on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238744 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-01In MSVC builds embed a VERSIONINFO resource in our exe and DLL files.Greg Bedwell
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