diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-04-01 05:33:11 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-04-01 05:33:11 +0000 |
| commit | d7ad221c161dbf048c1d4f4f3ce3c24bbb203a13 (patch) | |
| tree | 75fa347cdbbe74459f4acec5ab77a20aff7db12c /llvm/test/Bitcode/Inputs | |
| parent | eed269329caa92d0bf11c72a2eec0e7143bea18b (diff) | |
| download | bcm5719-llvm-d7ad221c161dbf048c1d4f4f3ce3c24bbb203a13.tar.gz bcm5719-llvm-d7ad221c161dbf048c1d4f4f3ce3c24bbb203a13.zip | |
Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id"
This is intended to be used for ThinLTO incremental build.
Differential Revision: http://reviews.llvm.org/D18213
This is a recommit of r265095 after fixing the Windows issues.
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 265111
Diffstat (limited to 'llvm/test/Bitcode/Inputs')
| -rw-r--r-- | llvm/test/Bitcode/Inputs/module_hash.ll | 4 |
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 +} |

