llvm-for-llvmta/test/Linker/metadata-b.ll

10 lines
161 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; This file is for use with metadata-a.ll
; RUN: true
define void @goo(i32 %b) nounwind {
entry:
ret void, !attach !0
}
!0 = !{i32 524334, void (i32)* @goo}