diff options
author | Teresa Johnson <tejohnson@google.com> | 2024-11-22 14:57:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 14:57:58 -0800 |
commit | fdb050a5024320ec29d2edf3f2bc686c3a84abaa (patch) | |
tree | ed677ce6995f674bb1b35233d3be6e17c7f467be /llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | |
parent | ccb4702038900d82d1041ff610788740f5cef723 (diff) | |
download | llvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.zip llvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.tar.gz llvm-fdb050a5024320ec29d2edf3f2bc686c3a84abaa.tar.bz2 |
Revert "[MemProf] Use radix tree for alloc contexts in bitcode summaries" (#117395)
Reverts llvm/llvm-project#117066
This is causing some build bot failures that need investigation.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp index 032c0de..8f79ccd 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp @@ -329,7 +329,6 @@ GetCodeName(unsigned CodeID, unsigned BlockID, STRINGIFY_CODE(FS, COMBINED_ALLOC_INFO) STRINGIFY_CODE(FS, STACK_IDS) STRINGIFY_CODE(FS, ALLOC_CONTEXT_IDS) - STRINGIFY_CODE(FS, CONTEXT_RADIX_TREE_ARRAY) } case bitc::METADATA_ATTACHMENT_ID: switch (CodeID) { |