<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Dec 14, 2017 at 4:14 PM, Peter Collingbourne via Phabricator <span dir="ltr"><<a href="mailto:reviews@reviews.llvm.org" target="_blank">reviews@reviews.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">pcc added inline comments.<br>
<br>
<br>
================<br>
Comment at: lld/trunk/test/ELF/invalid-<wbr>local-symbol-in-dso.s:4<br>
<span class=""> # We used to crash on this<br>
-# RUN: not ld.lld %t.o %p/Inputs/local-symbol-in-dso.<wbr>so -o %t 2>&1 | FileCheck %s<br>
</span><span class="">-# CHECK: Found local symbol 'foo' in global part of symbol table in file {{.*}}local-symbol-in-dso.so<br>
+# RUN: echo | llvm-mc - -o %t1.o -filetype=obj -triple x86_64-pc-linux<br>
</span>+# RUN: ld.lld %t1.o %p/Inputs/local-symbol-in-dso.<wbr>so -o %t 2>&1 | \<br>
----------------<br>
Do you need to create an object file? Can you just pass the .so file?</blockquote><div><br></div><div>Yes I can. Fixed in r320773.</div></div></div></div>