[all-commits] [llvm/llvm-project] 0d9921: [BOLT][DWARF] Remove caching of ranges/abbrevs
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Tue Feb 8 16:38:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d9921daad8cb2dd33cccaac0fc3636d84f1d05f
https://github.com/llvm/llvm-project/commit/0d9921daad8cb2dd33cccaac0fc3636d84f1d05f
Author: Alexander Yermolovich <ayermolo at fb.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M bolt/include/bolt/Rewrite/DWARFRewriter.h
M bolt/lib/Rewrite/DWARFRewriter.cpp
M bolt/test/X86/debug-fission-single.s
M bolt/test/X86/gdbindex.test
Log Message:
-----------
[BOLT][DWARF] Remove caching of ranges/abbrevs
Removing caching of ranges/abbrevs to simplify the code.
Before we were doing it to get around a gdb limitation.
FBD34015613
Reviewed By: Amir, maksfb
Differential Revision: https://reviews.llvm.org/D119276
More information about the All-commits
mailing list