From: Mehdi Amini Date: Fri, 1 Apr 2016 01:37:52 +0000 (+0000) Subject: Add missing test for the "Module hash in bitcode" added in r265095 X-Git-Tag: llvmorg-3.9.0-rc1~10302 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ea9e9c9bbb6c0697fb1bf5db5cf35975e6a6937;p=platform%2Fupstream%2Fllvm.git Add missing test for the "Module hash in bitcode" added in r265095 From: Mehdi Amini llvm-svn: 265096 --- diff --git a/llvm/test/Bitcode/Inputs/module_hash.ll b/llvm/test/Bitcode/Inputs/module_hash.ll new file mode 100644 index 0000000..1d422c6 --- /dev/null +++ b/llvm/test/Bitcode/Inputs/module_hash.ll @@ -0,0 +1,4 @@ +; Needs a function for the combined index to be populated +define void @bar() { + ret void +}