Host CPU detection now supports Kryo, so we need to recognize it in ARM
target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I see the following failure in the bootstrap Clang build:
/usr/local/google/home/krasin/src/llvm.org/llvm/lib/Target/ARM/ARMSubtarget.cpp:244:11: error: enumeration value 'Kryo' not handled in switch [-Werror,-Wswitch] switch (ARMProcFamily) {
Looks like a bug to me.
Comment Actions
Yes, this is something I overlooked. Since it's breaking Werror builds, I've reverted the change.