apple-latest-cpu.ll 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: llc -mtriple=arm64-apple-ios -mcpu=apple-latest -stop-before=finalize-isel -o - 2>&1 < %s | FileCheck %s ; CHECK-LABEL: @dummy ; CHECK: "target-cpu"="apple-latest" define void @dummy() { ret void }