History log of /llvm-project/llvm/unittests/DebugInfo/LogicalView/DWARFReaderTest.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2
# c1ccf078 18-Mar-2024 Carlos Alberto Enciso <47597242+CarlosAlbertoEnciso@users.noreply.github.com>

[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)

As part of the WebAssembly support work review
https://github.com/llvm/llvm-project/pull/82588

It was decided to rename:

[llvm-debuginfo-analyzer][NFC] Rename LVElfReader.cpp[h] (#85530)

As part of the WebAssembly support work review
https://github.com/llvm/llvm-project/pull/82588

It was decided to rename:

Files: LVElfReader.cpp[h] -> LVDWARFReader.cpp[h]
ELFReaderTest.cpp -> DWARFReaderTest.cpp

Class: LVELFReader -> LVDWARFReader

The name LVDWARFReader would match the another reader LVCodeViewReader
as they will reflect the type of
debug information format that they are parsing.

show more ...