llvm-6502/test/Linker/metadata-b.ll
Duncan P. N. Exon Smith 09ba28c27c IR: Disallow function-local metadata attachments
Metadata attachments to instructions cannot be function-local.

This is part of PR21532.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223574 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-06 02:29:44 +00:00

10 lines
170 B
LLVM

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