mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix the test failure on non-Darwin targets.
llvm-svn: 28566
This commit is contained in:
parent
03ca651244
commit
6494e07fb8
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin8.6.1 -relocation-model=static | grep 'movl _last' | wc -l | grep 2
|
||||
|
||||
%block = external global ubyte* ; <ubyte**> [#uses=1]
|
||||
%last = external global int ; <int*> [#uses=3]
|
||||
|
Loading…
Reference in New Issue
Block a user