diff options
Diffstat (limited to 'test/Bitcode/Inputs/module_hash.ll')
-rw-r--r-- | test/Bitcode/Inputs/module_hash.ll | 4 |
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 0000000000000..1d422c6e81758 --- /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 +} |