diff --git a/cc/config/arm64_device.go b/cc/config/arm64_device.go index b2b07648dc..827e3a9aad 100644 --- a/cc/config/arm64_device.go +++ b/cc/config/arm64_device.go @@ -91,7 +91,8 @@ func init() { "kryo", "exynos-m1", "exynos-m2", - "denver64") + "denver64", + "kryo300") // Clang supports specific Kryo targeting replaceFirst(arm64ClangCpuVariantCflags["kryo"], "-mcpu=cortex-a57", "-mcpu=kryo")