forked from OSchip/llvm-project
[AArch64] Attempt to fix Mac tests with a more specific triple. NFC
This commit is contained in:
parent
c287f90ccd
commit
6c89f6fae4
|
@ -1,4 +1,4 @@
|
||||||
# RUN: llvm-mca -march=aarch64 -mcpu=cortex-a57 -iterations=1 -timeline < %s | FileCheck %s
|
# RUN: llvm-mca -mtriple=aarch64-none-eabi -mcpu=cortex-a57 -iterations=1 -timeline < %s | FileCheck %s
|
||||||
|
|
||||||
# CHECK: [0] Code Region
|
# CHECK: [0] Code Region
|
||||||
# CHECK: Instructions: 2
|
# CHECK: Instructions: 2
|
||||||
|
|
Loading…
Reference in New Issue