llvm-for-llvmta/test/Linker/Inputs/constructor-comdat.ll

8 lines
109 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
define weak_odr void @_ZN3fooIiEC2Ev() {
ret void
}
define weak_odr void @_ZN3fooIiEC1Ev() {
ret void
}