diff options
| author | Pavel Labath <pavel@labath.sk> | 2020-06-11 13:04:26 +0200 | 
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2020-06-11 13:04:52 +0200 | 
| commit | fccaa89e23afac9c73964abffb42c19f70ca6460 (patch) | |
| tree | c9619e998a63fedfb00c29a56d52a62d4ef8db22 /llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp | |
| parent | 0b781db9087977b758c27bb02be1f80cd00bf0d7 (diff) | |
| download | llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.zip llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.tar.gz llvm-fccaa89e23afac9c73964abffb42c19f70ca6460.tar.bz2  | |
[llvm/DWARFDebugLine] Fix a typo in one warning message
Diffstat (limited to 'llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp')
| -rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp index 05effc9..2faee15 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp +++ b/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp @@ -433,7 +433,7 @@ Error DWARFDebugLine::Prologue::parse(          errc::invalid_argument,          "unknown data in line table prologue at offset 0x%8.8" PRIx64          ": parsing ended (at offset 0x%8.8" PRIx64 -        ") before reaching the prologue at offset 0x%8.8" PRIx64, +        ") before reaching the prologue end at offset 0x%8.8" PRIx64,          PrologueOffset, *OffsetPtr, EndPrologueOffset));    }    return Error::success();  | 
