[PATCH] D15495: Macro Support in Dwarf emission

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 11:00:54 PST 2015


On Mon, Dec 14, 2015 at 10:51 AM Adrian Prantl <aprantl at apple.com> wrote:

> aprantl added inline comments.
>
> ================
> Comment at: test/DebugInfo/X86/debug-macro.ll:3
> @@ +2,3 @@
> +; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s | llvm-dwarfdump
> -debug-dump=macro - | FileCheck --check-prefix=CHECK-MACRO %s
> +; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s | llvm-dwarfdump
> -debug-dump=line - | FileCheck --check-prefix=CHECK-LINE %s
> +
> ----------------
> `%llc_dwarf` may be preferable over `llc`.
>
>
Yes. :)

-eric


>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D15495
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151214/17efc242/attachment.html>


More information about the llvm-commits mailing list