mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Fix the test failure on non-Darwin targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ccba76bb25
commit
01ad240dc5
@ -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