[llvm] 3e10909 - [NFCI][DebugInfo]: Corrected a Typo.

Robinson, Paul via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 11:38:23 PST 2020


That wasn't actually a typo.  "March along" meaning "Move it along"
is what the code is doing.  It's not "matching" anything.

Please revert...
Thanks!
--paulr

> -----Original Message-----
> From: llvm-commits <llvm-commits-bounces at lists.llvm.org> On Behalf Of
> Sourabh Singh Tomar via llvm-commits
> Sent: Monday, February 17, 2020 4:21 AM
> To: llvm-commits at lists.llvm.org
> Subject: [llvm] 3e10909 - [NFCI][DebugInfo]: Corrected a Typo.
> 
> 
> Author: Sourabh Singh Tomar
> Date: 2020-02-17T14:50:32+05:30
> New Revision: 3e1090922a0b808f424ff424b744752b0d53a3ee
> 
> URL: https://github.com/llvm/llvm-
> project/commit/3e1090922a0b808f424ff424b744752b0d53a3ee
> DIFF: https://github.com/llvm/llvm-
> project/commit/3e1090922a0b808f424ff424b744752b0d53a3ee.diff
> 
> LOG: [NFCI][DebugInfo]: Corrected a Typo.
> 
> Added:
> 
> 
> Modified:
>     llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
> 
> Removed:
> 
> 
> 
> ##########################################################################
> ######
> diff  --git a/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
> b/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
> index abbea3a868c8..14cb3bc26920 100644
> --- a/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
> +++ b/llvm/lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
> @@ -171,7 +171,7 @@ Optional<DWARFFormValue>
> DWARFAbbreviationDeclaration::getAttributeValue(
>        if (FormValue.extractValue(DebugInfoData, &Offset,
> U.getFormParams(), &U))
>          return FormValue;
>      }
> -    // March Offset along until we get to the attribute we want.
> +    // Match Offset along until we get to the attribute we want.
>      if (auto FixedSize = Spec.getByteSize(U))
>        Offset += *FixedSize;
>      else
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list