You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; 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}
|