You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,22 +0,0 @@
|
||||
; RUN: llvm-as <%s -bitcode-mdindex-threshold=0 | llvm-bcanalyzer -dump | FileCheck %s
|
||||
; Check that distinct nodes are emitted before uniqued nodes, even if that
|
||||
; breaks post-order traversals.
|
||||
|
||||
; Nodes in this testcase are numbered to match how they are referenced in
|
||||
; bitcode. !1 is referenced as opN=1.
|
||||
|
||||
; CHECK: <DISTINCT_NODE op0=2/>
|
||||
!1 = distinct !{!2}
|
||||
|
||||
; CHECK-NEXT: <NODE op0=1/>
|
||||
!2 = !{!1}
|
||||
|
||||
; Before the named records we emit the index containing the position of the
|
||||
; previously emitted records
|
||||
; CHECK-NEXT: <INDEX {{.*}} (offset match)
|
||||
|
||||
; Note: named metadata nodes are not cannot reference null so their operands
|
||||
; are numbered off-by-one.
|
||||
; CHECK-NEXT: <NAME
|
||||
; CHECK-NEXT: <NAMED_NODE op0=1/>
|
||||
!named = !{!2}
|
Reference in New Issue
Block a user