bolt/deps/llvm-18.1.8/lld/test/COFF/Inputs/gamma.ll

15 lines
198 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
declare void @f() local_unnamed_addr
define void @__imp_f() local_unnamed_addr {
entry:
ret void
}
define void @mainCRTStartup() local_unnamed_addr {
entry:
tail call void @f()
ret void
}