Add missing test for the "Module hash in bitcode" added in r265095
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 1 Apr 2016 01:37:52 +0000 (01:37 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 1 Apr 2016 01:37:52 +0000 (01:37 +0000)
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 265096

llvm/test/Bitcode/Inputs/module_hash.ll [new file with mode: 0644]

diff --git a/llvm/test/Bitcode/Inputs/module_hash.ll b/llvm/test/Bitcode/Inputs/module_hash.ll
new file mode 100644 (file)
index 0000000..1d422c6
--- /dev/null
@@ -0,0 +1,4 @@
+; Needs a function for the combined index to be populated
+define void @bar() {
+    ret void
+}