llvm-project/llvm/test/Linker/Inputs/metadata-function.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
153 B
LLVM
Raw Normal View History

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