From 431369011839a9b7c02d6c83e212f054dfd24353 Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 9 Oct 2018 11:17:47 +0000 Subject: [PATCH] Fix buildbot failures with the newly added test case (triple was missing). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344037 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/remove-self-copies.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/remove-self-copies.mir b/test/CodeGen/PowerPC/remove-self-copies.mir index 7180d74cb50..d423d85527b 100644 --- a/test/CodeGen/PowerPC/remove-self-copies.mir +++ b/test/CodeGen/PowerPC/remove-self-copies.mir @@ -1,4 +1,4 @@ -# RUN: llc -start-before ppc-pre-emit-peephole \ +# RUN: llc -mtriple=powerpc64le-unknown-unknown -start-before ppc-pre-emit-peephole \ # RUN: -verify-machineinstrs -ppc-asm-full-reg-names %s -o - | FileCheck %s --- | ; ModuleID = 't.ll' -- 2.11.4.GIT