You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
15
external/llvm/test/CodeGen/Generic/dbg_value.ll
vendored
Normal file
15
external/llvm/test/CodeGen/Generic/dbg_value.ll
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: llc < %s
|
||||
; rdar://7759395
|
||||
|
||||
%0 = type { i32, i32 }
|
||||
|
||||
define void @t(%0*, i32, i32, i32, i32) nounwind {
|
||||
tail call void @llvm.dbg.value(metadata %0* %0, i64 0, metadata !0, metadata !DIExpression()), !dbg !DILocation(scope: !1)
|
||||
unreachable
|
||||
}
|
||||
|
||||
declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone
|
||||
|
||||
; !0 should conform to the format of DIVariable.
|
||||
!0 = !DILocalVariable(name: "a", arg: 1, scope: !1)
|
||||
!1 = distinct !DISubprogram()
|
Reference in New Issue
Block a user