From 5bb5fa3c0a29ac6f4dc919d41a5aeab15579f4ed Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Tue, 5 May 2020 10:46:55 +0100 Subject: [PATCH] Forgot to add a -mtriple to a test. NFC This should unbreak the clang-ppc64be-linux buildbot. --- .../test/tools/llvm-mca/X86/Haswell/independent-load-stores.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3988ce880d0b4..a5ad56b6a7496 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)