[llvm-branch-commits] [llvm] 6c89f6f - [AArch64] Attempt to fix Mac tests with a more specific triple. NFC
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 4 03:33:45 PST 2021
Author: David Green
Date: 2021-01-04T11:29:18Z
New Revision: 6c89f6fae4913eba07093fe7c268e828f801c78b
URL: https://github.com/llvm/llvm-project/commit/6c89f6fae4913eba07093fe7c268e828f801c78b
DIFF: https://github.com/llvm/llvm-project/commit/6c89f6fae4913eba07093fe7c268e828f801c78b.diff
LOG: [AArch64] Attempt to fix Mac tests with a more specific triple. NFC
Added:
Modified:
llvm/test/tools/llvm-mca/AArch64/Cortex/forwarding-A57.s
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-mca/AArch64/Cortex/forwarding-A57.s b/llvm/test/tools/llvm-mca/AArch64/Cortex/forwarding-A57.s
index a71c99400c4e..f111c4101ab0 100644
--- a/llvm/test/tools/llvm-mca/AArch64/Cortex/forwarding-A57.s
+++ b/llvm/test/tools/llvm-mca/AArch64/Cortex/forwarding-A57.s
@@ -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: Instructions: 2
More information about the llvm-branch-commits
mailing list