mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix test.
llvm-svn: 40721
This commit is contained in:
parent
2cacb6cc56
commit
5a30bb6d47
@ -4,7 +4,7 @@
|
||||
; RUN: grep movq %t1 | wc -l | grep 6
|
||||
; RUN: grep leaq %t1 | wc -l | grep 1
|
||||
; RUN: llvm-upgrade < %s | llvm-as | \
|
||||
; RUN: llc -mtriple=x86_64-apple-darwin -relocation-model=static -o %t2 -f
|
||||
; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=static -o %t2 -f
|
||||
; RUN: grep rip %t2 | wc -l | grep 4
|
||||
; RUN: grep movl %t2 | wc -l | grep 2
|
||||
; RUN: grep movq %t2 | wc -l | grep 2
|
||||
|
Loading…
Reference in New Issue
Block a user