From 93b1de0f8c4286b9e79f32e93d09072183197f44 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Thu, 15 Dec 2016 07:13:50 +0000 Subject: [PATCH] Add missing -mtriple to MIR test case llvm-svn: 289779 --- llvm/test/CodeGen/X86/block-placement.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/block-placement.mir b/llvm/test/CodeGen/X86/block-placement.mir index d225167..7d13c3e 100644 --- a/llvm/test/CodeGen/X86/block-placement.mir +++ b/llvm/test/CodeGen/X86/block-placement.mir @@ -1,4 +1,4 @@ -# RUN: llc -O3 -run-pass=block-placement -o - %s | FileCheck %s +# RUN: llc -mtriple=x86_64-apple-macosx10.12.0 -O3 -run-pass=block-placement -o - %s | FileCheck %s --- | ; ModuleID = 'test.ll' -- 2.7.4