]> granicus.if.org Git - clang/commit
Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)
authorHans Wennborg <hans@hanshq.net>
Wed, 9 Oct 2013 23:41:48 +0000 (23:41 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 9 Oct 2013 23:41:48 +0000 (23:41 +0000)
commit605b3d7ac0e7d1a1e12003a5b137fc948395cf25
treed302275c550e8738140a8d4a7d265ead581c8d25
parenta18829860c8b186d3a7f6a4ba83e21e9cbbffac1
Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)

This exposes a 32-bit view of the registry even when Clang is built as a 64-bit
program. Since Visual Studio is a 32-bit application, this is necessary for us
to find it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/WindowsToolChain.cpp