[LLVMbugs] [Bug 11147] Windows (MSVC 10.0 x64) build failure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 16 22:39:10 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=11147

Craig Topper <craig.topper at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Craig Topper <craig.topper at gmail.com> 2011-10-17 00:39:10 CDT ---
In r142177, I've switched to using __cpuidex and qualified with a check for
Visual Studio 2008 SP1. Unfortunately, this means that we aren't able to use
cpuid leaf 7 on earlier versions of Visual Studio.

Fortunately, no processors have shipped that use leaf 7 so we didn't really
lose anything yet.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list