mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
ab67e705f5
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78696 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
196 B
LLVM
7 lines
196 B
LLVM
; RUN: llvm-as < %s > %t.bc
|
|
; RUN: llvm-as < %p/linknamedmdnode2.ll > %t2.bc
|
|
; RUN: llvm-link %t.bc %t2.bc | llvm-dis | grep "!llvm.stuff = !{!0, !1}"
|
|
|
|
!0 = metadata !{i32 42}
|
|
!llvm.stuff = !{!0}
|