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
13
external/llvm/test/Linker/distinct-cycles.ll
vendored
13
external/llvm/test/Linker/distinct-cycles.ll
vendored
@ -1,13 +0,0 @@
|
||||
; RUN: llvm-link -o - -S %s | FileCheck %s
|
||||
; Crasher for PR22456: MapMetadata() should resolve all cycles.
|
||||
|
||||
; CHECK: !named = !{!0}
|
||||
!named = !{!0}
|
||||
|
||||
; CHECK: !0 = distinct !{!1}
|
||||
!0 = distinct !{!1}
|
||||
|
||||
; CHECK-NEXT: !1 = !{!2}
|
||||
; CHECK-NEXT: !2 = !{!1}
|
||||
!1 = !{!2}
|
||||
!2 = !{!1}
|
Reference in New Issue
Block a user