[llvm] r289779 - Add missing -mtriple to MIR test case

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 23:13:50 PST 2016


Author: sanjoy
Date: Thu Dec 15 01:13:50 2016
New Revision: 289779

URL: http://llvm.org/viewvc/llvm-project?rev=289779&view=rev
Log:
Add missing -mtriple to MIR test case

Modified:
    llvm/trunk/test/CodeGen/X86/block-placement.mir

Modified: llvm/trunk/test/CodeGen/X86/block-placement.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/block-placement.mir?rev=289779&r1=289778&r2=289779&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/block-placement.mir (original)
+++ llvm/trunk/test/CodeGen/X86/block-placement.mir Thu Dec 15 01:13:50 2016
@@ -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'




More information about the llvm-commits mailing list