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

10 lines
134 B
LLVM

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