Skip to content

Commit 98cb3e4

Browse files
[llvm-debuginfo-analyzer] Rename LVElfReader.cpp[h]
As part of the WebAssembly support work review llvm#82588 Fix clang-format issue.
1 parent 4389e9d commit 98cb3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class LVDWARFReader final : public LVBinaryReader {
129129
public:
130130
LVDWARFReader() = delete;
131131
LVDWARFReader(StringRef Filename, StringRef FileFormatName,
132-
object::ObjectFile &Obj, ScopedPrinter &W)
132+
object::ObjectFile &Obj, ScopedPrinter &W)
133133
: LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF),
134134
Obj(Obj) {}
135135
LVDWARFReader(const LVDWARFReader &) = delete;

0 commit comments

Comments
 (0)