r349065 - Reinstate DW_AT_comp_dir support after D55519.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 13:18:53 PST 2018


On Thu, Dec 13, 2018 at 9:56 AM Adrian Prantl via cfe-commits <
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.

+// 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/c2ae59d6/attachment.html>


More information about the cfe-commits mailing list