[llvm] r329186 - Attempt to fix bots more after r329179.

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 06:08:06 PDT 2018


Thanks. I was going to fix this by renaming the variable, but I was slow
because I had to think of a suitable name. This should work too.

On Wed, 4 Apr 2018 at 14:01, Nico Weber via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: nico
> Date: Wed Apr  4 05:58:49 2018
> New Revision: 329186
>
> URL: http://llvm.org/viewvc/llvm-project?rev=329186&view=rev
> Log:
> Attempt to fix bots more after r329179.
>
> Modified:
>     llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
>
> Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=329186&r1=329185&r2=329186&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
> +++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Wed Apr  4 05:58:49 2018
> @@ -536,7 +536,7 @@ public:
>    // Experimental DWARF5 features.
>
>    /// Returns what kind (if any) of accelerator tables to emit.
> -  AccelTableKind getAccelTableKind() const { return AccelTableKind; }
> +  llvm::AccelTableKind getAccelTableKind() const { return AccelTableKind;
> }
>
>    bool useAppleExtensionAttributes() const {
>      return HasAppleExtensionAttributes;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/8b5aa38a/attachment.html>


More information about the llvm-commits mailing list