r349065 - Reinstate DW_AT_comp_dir support after D55519.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 13:20:09 PST 2018



> On Dec 13, 2018, at 1:18 PM, Reid Kleckner <rnk at google.com> wrote:
> 
> On Thu, Dec 13, 2018 at 9:56 AM Adrian Prantl via cfe-commits <cfe-commits at lists.llvm.org <mailto:cfe-commits at lists.llvm.org>> wrote:
> 
> +// RUN: cd %t/UNIQUEISH_SENTINEL
> +// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \
> +// RUN:   debug-info-abspath.c -emit-obj -o /tmp/t.o
> 
> Do you need to create this /tmp/t.o file? This doesn't work on Windows. It doesn't seem used, so I'm going to remove this RUN line on the assumption that it's left over. Feel free to replace it with %t.o if you still need it.

Sorry.. I accidentally left this in. This is a leftover from debugging. Thanks for removing the line!

-- adrian

> 
> +// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \
> +// RUN:   debug-info-abspath.c -emit-llvm -o - \
> +// RUN:   | FileCheck %s --check-prefix=CURDIR
> +// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \
> +// RUN:   %s -emit-llvm -o - | FileCheck %s --check-prefix=CURDIR
> +
>  void foo() {}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181213/c0681f8e/attachment.html>


More information about the cfe-commits mailing list