From 4ea9e9c9bbb6c0697fb1bf5db5cf35975e6a6937 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Fri, 1 Apr 2016 01:37:52 +0000 Subject: [PATCH] Add missing test for the "Module hash in bitcode" added in r265095 From: Mehdi Amini llvm-svn: 265096 --- llvm/test/Bitcode/Inputs/module_hash.ll | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 llvm/test/Bitcode/Inputs/module_hash.ll 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 +} -- 2.7.4