You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
25
external/llvm/test/Assembler/named-metadata.ll
vendored
25
external/llvm/test/Assembler/named-metadata.ll
vendored
@ -1,25 +0,0 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||
; RUN: verify-uselistorder %s
|
||||
|
||||
!0 = !{!"zero"}
|
||||
!1 = !{!"one"}
|
||||
!2 = !{!"two"}
|
||||
|
||||
!foo = !{!0, !1, !2}
|
||||
; CHECK: !foo = !{!0, !1, !2}
|
||||
|
||||
!\23pragma = !{!0, !1, !2}
|
||||
; CHECK: !\23pragma = !{!0, !1, !2}
|
||||
|
||||
; \31 is the digit '1'. On emission, we escape the first character (to avoid
|
||||
; conflicting with anonymous metadata), but not the subsequent ones.
|
||||
!\31\31\31 = !{!0, !1, !2}
|
||||
; CHECK: !\3111 = !{!0, !1, !2}
|
||||
|
||||
!\22name\22 = !{!0, !1, !2}
|
||||
; CHECK: !\22name\22 = !{!0, !1, !2}
|
||||
|
||||
; \x doesn't mean anything, so we parse it literally but escape the \ into \5C
|
||||
; when emitting it, followed by xfoo.
|
||||
!\xfoo = !{!0, !1, !2}
|
||||
; CHECK: !\5Cxfoo = !{!0, !1, !2}
|
Reference in New Issue
Block a user