forked from OSchip/llvm-project
Another attempt to fix windows buildbots.
llvm-svn: 190350
This commit is contained in:
parent
da4bcd0bff
commit
19ba3c9b94
|
@ -3,7 +3,7 @@
|
|||
; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -s - \
|
||||
; RUN: | FileCheck -check-prefix=CU %s
|
||||
; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 \
|
||||
; RUN: | llvm-mc -filetype=obj -o - \
|
||||
; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
|
||||
; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -s - \
|
||||
; RUN: | FileCheck -check-prefix=FROM-ASM %s
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
; RUN: | llvm-objdump -triple x86_64-apple-macosx10.8.0 -s - \
|
||||
; RUN: | FileCheck -check-prefix=CU %s
|
||||
; RUN: llc < %s -mtriple x86_64-apple-darwin11 \
|
||||
; RUN: | llvm-mc -filetype=obj -o - \
|
||||
; RUN: | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
|
||||
; RUN: | llvm-objdump -triple x86_64-apple-darwin11 -s - \
|
||||
; RUN: | FileCheck -check-prefix=FROM-ASM %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue