You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
19
external/llvm/test/Assembler/diobjcproperty.ll
vendored
19
external/llvm/test/Assembler/diobjcproperty.ll
vendored
@ -1,19 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder %s
|
||||
|
||||
; CHECK: !named = !{!0, !1, !2, !3, !4, !4}
|
||||
!named = !{!0, !1, !2, !3, !4, !5}
|
||||
|
||||
!0 = distinct !{}
|
||||
!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
|
||||
!2 = !DICompositeType(tag: DW_TAG_structure_type, name: "Object")
|
||||
|
||||
; CHECK: !2 = !DICompositeType({{.*}})
|
||||
; CHECK-NEXT: !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, type: !2)
|
||||
!3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo",
|
||||
getter: "getFoo", attributes: 7, type: !2)
|
||||
|
||||
; CHECK-NEXT: !4 = !DIObjCProperty()
|
||||
!4 = !DIObjCProperty(name: "", file: null, line: 0, setter: "", getter: "",
|
||||
attributes: 0, type: null)
|
||||
!5 = !DIObjCProperty()
|
Reference in New Issue
Block a user