brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · 2773aeb Raw
8 lines · plain
1; RUN: llc -mtriple=arm64-apple-ios -mcpu=apple-latest -stop-before=finalize-isel -o - 2>&1 < %s | FileCheck %s2 3; CHECK-LABEL: @dummy4; CHECK: "target-cpu"="apple-latest"5define void @dummy() {6  ret void7}8