commit | d219231de5e85debee4ecf429a73bf562657e03d | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Thu Oct 10 18:03:08 2013 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Thu Oct 10 18:03:08 2013 +0000 |
tree | c71d4769b82e39d6fa7c6a1dd6541444492abd60 | |
parent | 896005804d7b910e03b0f3f5784ad5cb06032a3e [diff] |
Locate VS InstallDir in the presence of newer runtime This fixes getSystemRegistryString() in WindowsToolChain.cpp to make sure that the VS version that it picks has an InstallDir. Previously we would look for the highest version os VS and check for InstallDir afterwards. Patch by Yaron Keren! llvm-svn: 192374