bolt/deps/llvm-18.1.8/llvm/test/Bitcode/Inputs/module-hash-strtab1.ll

11 lines
134 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
source_filename = "foo.c"
$com = comdat any
define void @main() comdat($com) {
call void @bar()
ret void
}
declare void @bar()