mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-19 11:55:55 +00:00

Update `lib/Linker` to handle `Function` metadata attachments. The attachments stick with the function body. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235786 91177308-0d34-0410-b5e6-96231b3b80d8
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"}
|