diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-21 23:03:45 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-21 23:03:45 +0000 |
| commit | 1b4137a7f902d9e67bad20c4d71fbf05c41c7855 (patch) | |
| tree | 606804812351e524b5404c763ede5c4ef7a5d7e0 /llvm/tools/llvm-bcanalyzer | |
| parent | 76a60a8ccd38db64b1d6fa4390725ea9732e5168 (diff) | |
| download | bcm5719-llvm-1b4137a7f902d9e67bad20c4d71fbf05c41c7855.tar.gz bcm5719-llvm-1b4137a7f902d9e67bad20c4d71fbf05c41c7855.zip | |
IR: Function summary representation for type tests.
Each function summary has an attached list of type identifier GUIDs. The
idea is that during the regular LTO phase we would match these GUIDs to type
identifiers defined by the regular LTO module and store the resolutions in
a top-level "type identifier summary" (which will be implemented separately).
Differential Revision: https://reviews.llvm.org/D27967
llvm-svn: 290280
Diffstat (limited to 'llvm/tools/llvm-bcanalyzer')
| -rw-r--r-- | llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp b/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp index d866201723a..e494343bf87 100644 --- a/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp +++ b/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp @@ -311,6 +311,7 @@ static const char *GetCodeName(unsigned CodeID, unsigned BlockID, STRINGIFY_CODE(FS, COMBINED_ALIAS) STRINGIFY_CODE(FS, COMBINED_ORIGINAL_NAME) STRINGIFY_CODE(FS, VERSION) + STRINGIFY_CODE(FS, TYPE_TESTS) } case bitc::METADATA_ATTACHMENT_ID: switch(CodeID) { |

