Add missing -mtriple to MIR test case
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 15 Dec 2016 07:13:50 +0000 (07:13 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 15 Dec 2016 07:13:50 +0000 (07:13 +0000)
llvm-svn: 289779

llvm/test/CodeGen/X86/block-placement.mir

index d225167..7d13c3e 100644 (file)
@@ -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'