[compiler-rt][X86] fix build fail after "[X86] Support -march=rocketlake"

This copy error will cause a failed builder on sanitizer-x86_64-linux
This commit is contained in:
Freddy Ye 2021-04-13 14:33:08 +08:00
parent 0fcea41920
commit b28ec3fd18

View File

@ -390,6 +390,7 @@ getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model,
CPU = "rocketlake";
*Type = INTEL_COREI7;
*Subtype = INTEL_COREI7_ROCKETLAKE;
break;
// Skylake Xeon:
case 0x55: