[llvm] r265096 - Add missing test for the "Module hash in bitcode" added in r265095
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 18:37:52 PDT 2016
Author: mehdi_amini
Date: Thu Mar 31 20:37:52 2016
New Revision: 265096
URL: http://llvm.org/viewvc/llvm-project?rev=265096&view=rev
Log:
Add missing test for the "Module hash in bitcode" added in r265095
From: Mehdi Amini <mehdi.amini at apple.com>
Added:
llvm/trunk/test/Bitcode/Inputs/module_hash.ll
Added: llvm/trunk/test/Bitcode/Inputs/module_hash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bitcode/Inputs/module_hash.ll?rev=265096&view=auto
==============================================================================
--- llvm/trunk/test/Bitcode/Inputs/module_hash.ll (added)
+++ llvm/trunk/test/Bitcode/Inputs/module_hash.ll Thu Mar 31 20:37:52 2016
@@ -0,0 +1,4 @@
+; Needs a function for the combined index to be populated
+define void @bar() {
+ ret void
+}
More information about the llvm-commits
mailing list