mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 15:16:09 +00:00
[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:
parent
0fcea41920
commit
b28ec3fd18
@ -390,6 +390,7 @@ getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model,
|
||||
CPU = "rocketlake";
|
||||
*Type = INTEL_COREI7;
|
||||
*Subtype = INTEL_COREI7_ROCKETLAKE;
|
||||
break;
|
||||
|
||||
// Skylake Xeon:
|
||||
case 0x55:
|
||||
|
Loading…
x
Reference in New Issue
Block a user