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,25 +0,0 @@
|
||||
; RUN: llvm-as < %s > %t
|
||||
; RUN: llvm-nm -without-aliases - < %t | FileCheck %s
|
||||
; RUN: llvm-nm - < %t | FileCheck --check-prefix=WITH %s
|
||||
|
||||
; CHECK-NOT: T a0bar
|
||||
; CHECK-NOT: T a0foo
|
||||
; CHECK: T bar
|
||||
; CHECK: T foo
|
||||
|
||||
; WITH: T a0bar
|
||||
; WITH: T a0foo
|
||||
; WITH: T bar
|
||||
; WITH: T foo
|
||||
|
||||
@a0foo = alias void (), void ()* @foo
|
||||
|
||||
define void @foo() {
|
||||
ret void
|
||||
}
|
||||
|
||||
@a0bar = alias void (), void ()* @bar
|
||||
|
||||
define void @bar() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user