summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
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
commit4ea9e9c9bbb6c0697fb1bf5db5cf35975e6a6937 (patch)
treef1be0affbf249a2b455393ff26c41d496a15796d /llvm/test/Bitcode
parent4c2ed3337dd36ad421a97b8629ffa7ed963e0af3 (diff)
downloadbcm5719-llvm-4ea9e9c9bbb6c0697fb1bf5db5cf35975e6a6937.tar.gz
bcm5719-llvm-4ea9e9c9bbb6c0697fb1bf5db5cf35975e6a6937.zip
Add missing test for the "Module hash in bitcode" added in r265095
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 265096
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/Inputs/module_hash.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/Inputs/module_hash.ll b/llvm/test/Bitcode/Inputs/module_hash.ll
new file mode 100644
index 00000000000..1d422c6e817
--- /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
+}
OpenPOWER on IntegriCloud