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
21
external/llvm/test/MC/WebAssembly/stack-ptr.ll
vendored
21
external/llvm/test/MC/WebAssembly/stack-ptr.ll
vendored
@ -1,21 +0,0 @@
|
||||
; RUN: llc -mtriple wasm32-unknown-unknown-wasm -filetype=obj %s -o - | obj2yaml | FileCheck %s
|
||||
|
||||
; Function that uses explict stack, and should generate a reference to
|
||||
; __stack_pointer, along with the corresponding reloction entry.
|
||||
define hidden void @foo() #0 {
|
||||
entry:
|
||||
alloca i32, align 4
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK: - Type: IMPORT
|
||||
; CHECK: Imports:
|
||||
; CHECK: - Module: env
|
||||
; CHECK: Field: __stack_pointer
|
||||
; CHECK: Kind: GLOBAL
|
||||
; CHECK: GlobalType: I32
|
||||
; CHECK: GlobalMutable: true
|
||||
; CHECK: - Type: CODE
|
||||
; CHECK: Relocations:
|
||||
; CHECK: - Type: R_WEBASSEMBLY_GLOBAL_INDEX_LEB
|
||||
; CHECK: Index: 0
|
Reference in New Issue
Block a user