From: Matthias Braun Date: Mon, 4 Dec 2017 20:08:28 +0000 (+0000) Subject: Add missing triple args to tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca3a90446b9745705c871aa9ea941da0535a506c;p=llvm Add missing triple args to tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/verifier-phi-fail0.mir b/test/CodeGen/X86/verifier-phi-fail0.mir index 655cd2ab7c7..482c2c85d15 100644 --- a/test/CodeGen/X86/verifier-phi-fail0.mir +++ b/test/CodeGen/X86/verifier-phi-fail0.mir @@ -1,4 +1,4 @@ -# RUN: not llc -o - %s -verify-machineinstrs -run-pass=none 2>&1 | FileCheck %s +# RUN: not llc -o - %s -mtriple=x86_64-- -verify-machineinstrs -run-pass=none 2>&1 | FileCheck %s --- # CHECK: Bad machine code: PHI operand is not live-out from predecessor # CHECK: - function: func0 diff --git a/test/CodeGen/X86/verifier-phi.mir b/test/CodeGen/X86/verifier-phi.mir index 1a2f13c3d4f..78060dc0e73 100644 --- a/test/CodeGen/X86/verifier-phi.mir +++ b/test/CodeGen/X86/verifier-phi.mir @@ -1,4 +1,4 @@ -# RUN: llc -o - %s -verify-machineinstrs -run-pass=none | FileCheck %s +# RUN: llc -o - %s -mtriple=x86_64-- -verify-machineinstrs -run-pass=none | FileCheck %s # This should cleanly pass the machine verifier --- # CHECK-LABEL: name: func0