You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
This commit is contained in:
parent
37fbf886a3
commit
e19d552987
16
external/llvm/test/Linker/objectivec-class-property-flag-mismatch.ll
vendored
Normal file
16
external/llvm/test/Linker/objectivec-class-property-flag-mismatch.ll
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
; RUN: llvm-as < %s -o %t1.bc
|
||||
; RUN: llvm-as < %p/Inputs/objectivec-class-property-flag-mismatch.ll -o %t2.bc
|
||||
|
||||
|
||||
; RUN: llvm-link %t1.bc %t2.bc -S | FileCheck %s
|
||||
; RUN: llvm-link %t2.bc %t1.bc -S | FileCheck %s
|
||||
|
||||
|
||||
; CHECK: !0 = !{i32 1, !"Objective-C Image Info Version", i32 0}
|
||||
; CHECK: !1 = !{i32 4, !"Objective-C Class Properties", i32 0}
|
||||
|
||||
|
||||
|
||||
!llvm.module.flags = !{!0}
|
||||
|
||||
!0 = !{i32 1, !"Objective-C Image Info Version", i32 0}
|
Reference in New Issue
Block a user