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
18
external/llvm/test/CodeGen/X86/GC/cg-O0.ll
vendored
18
external/llvm/test/CodeGen/X86/GC/cg-O0.ll
vendored
@ -1,18 +0,0 @@
|
||||
; RUN: llc < %s -O0
|
||||
; REQUIRES: default_triple
|
||||
|
||||
define i32 @main() {
|
||||
entry:
|
||||
call void @f()
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
define void @f() gc "ocaml" {
|
||||
entry:
|
||||
%ptr.stackref = alloca i8*
|
||||
%gcroot = bitcast i8** %ptr.stackref to i8**
|
||||
call void @llvm.gcroot(i8** %gcroot, i8* null)
|
||||
ret void
|
||||
}
|
||||
|
||||
declare void @llvm.gcroot(i8**, i8*) nounwind
|
Reference in New Issue
Block a user