[Stackmap] Specify the triple and cpu to fix the unit test.

llvm-svn: 196339
This commit is contained in:
Juergen Ributzka 2013-12-04 01:02:37 +00:00
parent ff78338f29
commit c4c9b3717a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -filetype=obj - | llvm-objdump -d - | FileCheck %s
; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -triple=x86_64-apple-darwin -mcpu=corei7 -filetype=obj - | llvm-objdump -d - | FileCheck %s
define void @nop_test() {
entry: