bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/ctors.ll
2025-02-14 19:21:04 +01:00

6 lines
171 B
LLVM

@v = weak global i8 1
@llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @f, ptr @v}]
define weak void @f() {
ret void
}