mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
9cabb129a0
Update `lib/Linker` to handle `Function` metadata attachments. The attachments stick with the function body. llvm-svn: 235786
14 lines
153 B
LLVM
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"}
|