mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-10 14:10:58 +00:00
Another attempt to fix windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190350 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1e9008e7c
commit
b0c8b25177
@ -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
Block a user