diff options
| author | Jeremy Morse <jeremy.morse@sony.com> | 2022-11-16 10:24:53 +0000 |
|---|---|---|
| committer | Jeremy Morse <jeremy.morse@sony.com> | 2022-11-16 11:21:02 +0000 |
| commit | 5d938eb6f79b16f55266dd23d5df831f552ea082 (patch) | |
| tree | 23654db105ff647eeae7843f20a09bffaa14b938 /llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | |
| parent | 22887ff964ee9135417f7c0f99915296b710934f (diff) | |
Revert "Restore "[MemProf] ThinLTO summary support" with fixes"
This reverts commit 00c22351ba697dbddb4b5bf0ad94e4bcea4b316b.
This reverts commit 98ed423361de2f9dc0113a31be2aa04524489ca9.
Seemingly MSVC has some kind of issue with this patch, in terms of linking:
https://lab.llvm.org/buildbot/#/builders/123/builds/14137
I'll post more detail on D135714 momentarily.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp')
| -rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp index 97bc828066a5..dd3cac8b8a6f 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp @@ -315,11 +315,6 @@ static Optional<const char *> GetCodeName(unsigned CodeID, unsigned BlockID, STRINGIFY_CODE(FS, TYPE_ID_METADATA) STRINGIFY_CODE(FS, BLOCK_COUNT) STRINGIFY_CODE(FS, PARAM_ACCESS) - STRINGIFY_CODE(FS, PERMODULE_CALLSITE_INFO) - STRINGIFY_CODE(FS, PERMODULE_ALLOC_INFO) - STRINGIFY_CODE(FS, COMBINED_CALLSITE_INFO) - STRINGIFY_CODE(FS, COMBINED_ALLOC_INFO) - STRINGIFY_CODE(FS, STACK_IDS) } case bitc::METADATA_ATTACHMENT_ID: switch (CodeID) { |
