summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2016-12-15 07:13:50 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2016-12-15 07:13:50 +0000
commit93b1de0f8c4286b9e79f32e93d09072183197f44 (patch)
treeb9a36527797fe3397b0975e1b79cec5483e2d651 /llvm/test
parent3fede1c9c0acbdf562cf7024fd307053a7a0de39 (diff)
downloadbcm5719-llvm-93b1de0f8c4286b9e79f32e93d09072183197f44.tar.gz
bcm5719-llvm-93b1de0f8c4286b9e79f32e93d09072183197f44.zip
Add missing -mtriple to MIR test case
llvm-svn: 289779
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/block-placement.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/block-placement.mir b/llvm/test/CodeGen/X86/block-placement.mir
index d225167298f..7d13c3e529c 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'
OpenPOWER on IntegriCloud