1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Linker/Inputs/metadata-function.ll
Duncan P. N. Exon Smith 9cabb129a0 Linker: Copy over function metadata attachments
Update `lib/Linker` to handle `Function` metadata attachments.  The
attachments stick with the function body.

llvm-svn: 235786
2015-04-24 22:07:31 +00:00

14 lines
153 B
LLVM

define weak void @foo() !weak !0 {
unreachable
}
define void @baz() !baz !0 {
unreachable
}
define void @b() !b !0 {
unreachable
}
!0 = !{!"b"}