<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 13, 2018, at 1:18 PM, Reid Kleckner <<a href="mailto:rnk@google.com" class="">rnk@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""></div><div class="gmail_quote"><div dir="ltr" class="">On Thu, Dec 13, 2018 at 9:56 AM Adrian Prantl via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org" class="">cfe-commits@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br class="">
+// RUN: cd %t/UNIQUEISH_SENTINEL<br class="">
+// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \<br class="">
+// RUN: debug-info-abspath.c -emit-obj -o /tmp/t.o<br class="">
</blockquote><div class=""><br class=""></div><div class="">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></div></div></blockquote><div><br class=""></div><div>Sorry.. I accidentally left this in. This is a leftover from debugging. Thanks for removing the line!</div><div><br class=""></div><div>-- adrian</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_quote"><div class=""><br class=""></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 class="">
+// RUN: debug-info-abspath.c -emit-llvm -o - \<br class="">
+// RUN: | FileCheck %s --check-prefix=CURDIR<br class="">
+// RUN: %clang_cc1 -debug-info-kind=limited -triple %itanium_abi_triple \<br class="">
+// RUN: %s -emit-llvm -o - | FileCheck %s --check-prefix=CURDIR<br class="">
+<br class="">
void foo() {}<br class="">
</blockquote></div></div>
</div></blockquote></div><br class=""></body></html>