llvm-project/llvm/test/Linker/Inputs/constructor-comdat.ll

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

8 lines
109 B
LLVM
Raw Normal View History

define weak_odr void @_ZN3fooIiEC2Ev() {
ret void
}
define weak_odr void @_ZN3fooIiEC1Ev() {
ret void
}