Skip to content

Commit

Permalink
Add missing -mtriple to MIR test case
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289779 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sanjoy committed Dec 15, 2016
1 parent 4ebefd4 commit a1b0287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/block-placement.mir
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit a1b0287

Please sign in to comment.