[X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore...
[X86] Remove asserts from getX86CpuIDAndInfo/getX86CpuIDAndInfoEx. Restore past behavior of returning an unsupported indication to the caller instead. These asserts could only occur if we fail to properly detect the compiler, but an assert is not a good way to do that because it doesn't work in release builds. I wonder if we could use #error? llvm-svn: 307520
Loading
Please sign in to comment