summaryrefslogtreecommitdiff
path: root/test/Bitcode/Inputs
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-04-01 01:37:52 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-04-01 01:37:52 +0000
commit433ac20b17029077a77227d525dcf565100c9a1c (patch)
tree395a101bd2ac38db1600b20fc1cdabb216e3e043 /test/Bitcode/Inputs
parent515396cd385e1d295bc842f106b10e236014ead0 (diff)
Add missing test for the "Module hash in bitcode" added in r265095
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/Inputs')
-rw-r--r--test/Bitcode/Inputs/module_hash.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Bitcode/Inputs/module_hash.ll b/test/Bitcode/Inputs/module_hash.ll
new file mode 100644
index 00000000000..1d422c6e817
--- /dev/null
+++ b/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
+}