bolt/deps/llvm-18.1.8/llvm/test/Bitcode/Inputs/module-hash-strtab1.ll
2025-02-14 19:21:04 +01:00

10 lines
134 B
LLVM

source_filename = "foo.c"
$com = comdat any
define void @main() comdat($com) {
call void @bar()
ret void
}
declare void @bar()