diff options
Diffstat (limited to 'llvm/test/Bitcode/Inputs/module-hash-strtab2.ll')
-rw-r--r-- | llvm/test/Bitcode/Inputs/module-hash-strtab2.ll | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/module-hash-strtab2.ll b/llvm/test/Bitcode/Inputs/module-hash-strtab2.ll new file mode 100644 index 00000000000..87d2478145b --- /dev/null +++ b/llvm/test/Bitcode/Inputs/module-hash-strtab2.ll @@ -0,0 +1,10 @@ +source_filename = "foo.c" + +$dat = comdat any + +define void @main() comdat($dat) { + call void @foo() + ret void +} + +declare void @foo() |