diff options
author | Craig Topper <craig.topper@intel.com> | 2020-06-12 20:38:30 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2020-06-12 20:38:30 -0700 |
commit | 2831f7852f724b2638fb686142f7c04b9e00b7b4 (patch) | |
tree | 00fc367bb1e60494f5665d36885a5eee33cbc708 /lldb/source/Interpreter/CommandObject.cpp | |
parent | 033bf61cc514dfa271e0bc9dd2c7e11240328c8c (diff) | |
download | llvm-2831f7852f724b2638fb686142f7c04b9e00b7b4.zip llvm-2831f7852f724b2638fb686142f7c04b9e00b7b4.tar.gz llvm-2831f7852f724b2638fb686142f7c04b9e00b7b4.tar.bz2 |
[X86] Remove brand_id check from getHostCPUName.
Brand index was a feature some Pentium III and Pentium 4 CPUs.
It provided an index into a software lookup table to provide a
brand name for the CPU. This is separate from the family/model.
It's unclear to me why this index being non-zero was used to
block checking family/model. I think the effect of this is that
-march=native was not working correctly on the CPUs that have a
non-zero brand index. They are all about 20 years old so this
probably hasn't affected many users.
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
0 files changed, 0 insertions, 0 deletions