forked from OSchip/llvm-project
[Stackmap] Specify the triple and cpu to fix the unit test.
llvm-svn: 196339
This commit is contained in:
parent
ff78338f29
commit
c4c9b3717a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue