<div dir="ltr"><div dir="ltr"></div><div class="gmail_quote"><div dir="ltr">On Thu, Dec 13, 2018 at 9:56 AM Adrian Prantl via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
+// RUN: cd %t/UNIQUEISH_SENTINEL<br>
+// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \<br>
+// RUN:   debug-info-abspath.c -emit-obj -o /tmp/t.o<br>
</blockquote><div><br></div><div>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.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">+// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \<br>
+// RUN:   debug-info-abspath.c -emit-llvm -o - \<br>
+// RUN:   | FileCheck %s --check-prefix=CURDIR<br>
+// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \<br>
+// RUN:   %s -emit-llvm -o - | FileCheck %s --check-prefix=CURDIR<br>
+<br>
 void foo() {}<br>
</blockquote></div></div>