bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/constructor-comdat.ll

8 lines
109 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
define weak_odr void @_ZN3fooIiEC2Ev() {
ret void
}
define weak_odr void @_ZN3fooIiEC1Ev() {
ret void
}