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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to