[llvm] r344037 - Fix buildbot failures with the newly added test case (triple was missing).

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 04:17:47 PDT 2018


Author: nemanjai
Date: Tue Oct  9 04:17:47 2018
New Revision: 344037

URL: http://llvm.org/viewvc/llvm-project?rev=344037&view=rev
Log:
Fix buildbot failures with the newly added test case (triple was missing).


Modified:
    llvm/trunk/test/CodeGen/PowerPC/remove-self-copies.mir

Modified: llvm/trunk/test/CodeGen/PowerPC/remove-self-copies.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/remove-self-copies.mir?rev=344037&r1=344036&r2=344037&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/remove-self-copies.mir (original)
+++ llvm/trunk/test/CodeGen/PowerPC/remove-self-copies.mir Tue Oct  9 04:17:47 2018
@@ -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'




More information about the llvm-commits mailing list