module-hash-strtab2.ll 134 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 source_filename = "foo.c" $dat = comdat any define void @main() comdat($dat) { call void @foo() ret void } declare void @foo()