You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,12 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=thumb-apple-darwin -arm-global-merge -global-merge-group-by-use=false | FileCheck %s
|
||||
; Test the GlobalMerge pass. Check that the pass does not crash when using
|
||||
; multiple address spaces.
|
||||
|
||||
; CHECK: _MergedGlobals:
|
||||
@g1 = internal addrspace(1) global i32 1
|
||||
@g2 = internal addrspace(1) global i32 2
|
||||
|
||||
|
||||
; CHECK: _MergedGlobals.1:
|
||||
@g3 = internal addrspace(2) global i32 3
|
||||
@g4 = internal addrspace(2) global i32 4
|
Reference in New Issue
Block a user