[llvm] 5bb5fa3 - Forgot to add a -mtriple to a test. NFC

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 02:49:02 PDT 2020


Author: Andrea Di Biagio
Date: 2020-05-05T10:48:00+01:00
New Revision: 5bb5fa3c0a29ac6f4dc919d41a5aeab15579f4ed

URL: https://github.com/llvm/llvm-project/commit/5bb5fa3c0a29ac6f4dc919d41a5aeab15579f4ed
DIFF: https://github.com/llvm/llvm-project/commit/5bb5fa3c0a29ac6f4dc919d41a5aeab15579f4ed.diff

LOG: Forgot to add a -mtriple to a test. NFC

This should unbreak the clang-ppc64be-linux buildbot.

Added: 
    

Modified: 
    llvm/test/tools/llvm-mca/X86/Haswell/independent-load-stores.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-mca/X86/Haswell/independent-load-stores.s b/llvm/test/tools/llvm-mca/X86/Haswell/independent-load-stores.s
index 3988ce880d0b..a5ad56b6a749 100644
--- a/llvm/test/tools/llvm-mca/X86/Haswell/independent-load-stores.s
+++ b/llvm/test/tools/llvm-mca/X86/Haswell/independent-load-stores.s
@@ -1,6 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
-# RUN: llvm-mca -mcpu=haswell -timeline -timeline-max-iterations=1 < %s | FileCheck %s -check-prefixes=ALL,NOALIAS
-# RUN: llvm-mca -mcpu=haswell -timeline -timeline-max-iterations=1 -noalias=false < %s | FileCheck %s -check-prefixes=ALL,YESALIAS
+# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell -timeline -timeline-max-iterations=1 < %s | FileCheck %s -check-prefixes=ALL,NOALIAS
+# RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=haswell -timeline -timeline-max-iterations=1 -noalias=false < %s | FileCheck %s -check-prefixes=ALL,YESALIAS
 
   addq	$44, 64(%r14)
   addq	$44, 128(%r14)


        


More information about the llvm-commits mailing list