> On Dec 13, 2018, at 1:18 PM, Reid Kleckner <[email protected]> wrote:
>
> On Thu, Dec 13, 2018 at 9:56 AM Adrian Prantl via cfe-commits
> <[email protected] <mailto:[email protected]>> 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() {}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits