brintos

brintos / llvm-project-archived public Read only

0
0
Text · 816 B · ca13e27 Raw
20 lines · plain
1; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4; CHECK: !named = !{!0, !1, !2, !3, !4, !4}5!named = !{!0, !1, !2, !3, !4, !5}6 7!0 = distinct !{}8!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")9!2 = !DICompositeType(tag: DW_TAG_structure_type, name: "Object")10 11; CHECK: !2 = !DICompositeType({{.*}})12; CHECK-NEXT: !3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, type: !2)13!3 = !DIObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo",14                     getter: "getFoo", attributes: 7, type: !2)15 16; CHECK-NEXT: !4 = !DIObjCProperty()17!4 = !DIObjCProperty(name: "", file: null, line: 0, setter: "", getter: "",18                     attributes: 0, type: null)19!5 = !DIObjCProperty()20