[PATCH] D124350: [llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 24 13:15:31 PDT 2022
avl created this revision.
avl added reviewers: aprantl, clayborg, dblaikie.
Herald added subscribers: dexonsmith, hiraditya, mgorny.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
llvm-gsymutil has an implementation of AddressRange and AddressRanges
classes. That implementation might be reused in other parts of llvm.
This patch moves AddressRange and AddressRanges classes into llvm/ADT.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D124350
Files:
llvm/include/llvm/ADT/AddressRanges.h
llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h
llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h
llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h
llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h
llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h
llvm/include/llvm/DebugInfo/GSYM/LineEntry.h
llvm/include/llvm/DebugInfo/GSYM/LookupResult.h
llvm/include/llvm/DebugInfo/GSYM/Range.h
llvm/include/llvm/DebugInfo/GSYM/StringTable.h
llvm/lib/DebugInfo/GSYM/CMakeLists.txt
llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
llvm/lib/DebugInfo/GSYM/ExtractRanges.cpp
llvm/lib/DebugInfo/GSYM/FunctionInfo.cpp
llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
llvm/lib/DebugInfo/GSYM/Range.cpp
llvm/lib/Support/AddressRanges.cpp
llvm/lib/Support/CMakeLists.txt
llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp
llvm/unittests/Support/AddressRangeTest.cpp
llvm/unittests/Support/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124350.424797.patch
Type: text/x-patch
Size: 54377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220424/03e47ce1/attachment.bin>
More information about the llvm-commits
mailing list