[llvm] a2545c3 - [NFCI] Removed '%' from llc in test case in ab699d78a26f147b

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 12:52:58 PDT 2020


Please include descriptions in the commit message of why a change is being
made (this is somewhat more important than /what/ is being changed - that
can be read from the diff).

On Thu, May 14, 2020 at 10:53 PM Sourabh Singh Tomar via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

>
> Author: Sourabh Singh Tomar
> Date: 2020-05-15T11:22:51+05:30
> New Revision: a2545c3499a03cc1fdbd5f638f88572b23adf570
>
> URL:
> https://github.com/llvm/llvm-project/commit/a2545c3499a03cc1fdbd5f638f88572b23adf570
> DIFF:
> https://github.com/llvm/llvm-project/commit/a2545c3499a03cc1fdbd5f638f88572b23adf570.diff
>
> LOG: [NFCI] Removed '%' from llc in test case in ab699d78a26f147b
>
> Added:
>
>
> Modified:
>     llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
>
> Removed:
>
>
>
>
> ################################################################################
> diff  --git a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
> b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
> index 012eab6d8465..8af59ab38a12 100644
> --- a/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
> +++ b/llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
> @@ -1,7 +1,7 @@
>  ;; This test checks whether DWARF operator DW_OP_push_object_address
>  ;; is accepted and processed.
>
> -; RUN: %llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - |
> llvm-dwarfdump - | FileCheck %s
> +; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - |
> llvm-dwarfdump - | FileCheck %s
>
>  ;; Test whether DW_OP_push_object_address is accepted.
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://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/20200518/f29dc85c/attachment.html>


More information about the llvm-commits mailing list