diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-04-24 03:18:11 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-04-24 03:18:11 +0000 |
commit | 8fe6936e180d12afbbfeb83590baf526395cc272 (patch) | |
tree | 3e172d89d147a2ec51c9fa32f69a4d72424a5f72 /llvm/test/Bitcode/thinlto-alias.ll | |
parent | 059464fe3690348c1bc0f3735354ad90c3796471 (diff) | |
download | bcm5719-llvm-8fe6936e180d12afbbfeb83590baf526395cc272.tar.gz bcm5719-llvm-8fe6936e180d12afbbfeb83590baf526395cc272.zip |
Add a version field in the bitcode for the summary
Differential Revision: http://reviews.llvm.org/D19456
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 267318
Diffstat (limited to 'llvm/test/Bitcode/thinlto-alias.ll')
-rw-r--r-- | llvm/test/Bitcode/thinlto-alias.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/thinlto-alias.ll b/llvm/test/Bitcode/thinlto-alias.ll index 7fe6d43ca48..56a01ec0553 100644 --- a/llvm/test/Bitcode/thinlto-alias.ll +++ b/llvm/test/Bitcode/thinlto-alias.ll @@ -6,6 +6,7 @@ ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED ; CHECK: <GLOBALVAL_SUMMARY_BLOCK +; CHECK-NEXT: <VERSION ; See if the call to func is registered, using the expected callsite count ; and value id matching the subsequent value symbol table. ; CHECK-NEXT: <PERMODULE {{.*}} op4=[[FUNCID:[0-9]+]] op5=1/> @@ -17,6 +18,7 @@ ; CHECK-NEXT: </VALUE_SYMTAB> ; COMBINED: <GLOBALVAL_SUMMARY_BLOCK +; COMBINED-NEXT: <VERSION ; See if the call to analias is registered, using the expected callsite count ; and value id matching the subsequent value symbol table. ; COMBINED-NEXT: <COMBINED {{.*}} op4=[[ALIASID:[0-9]+]] op5=1/> |