<p dir="ltr">Thanks. What build configuration was broken? </p>
<p dir="ltr">Cheers,<br>
Rafael<br>
</p>
<div class="gmail_quote">On Apr 22, 2016 7:05 PM, "Rui Ueyama via llvm-commits" <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ruiu<br>
Date: Fri Apr 22 17:59:22 2016<br>
New Revision: 267245<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=267245&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=267245&view=rev</a><br>
Log:<br>
Fix link failure.<br>
<br>
Modified:<br>
    lld/trunk/ELF/InputSection.cpp<br>
<br>
Modified: lld/trunk/ELF/InputSection.cpp<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.cpp?rev=267245&r1=267244&r2=267245&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.cpp?rev=267245&r1=267244&r2=267245&view=diff</a><br>
==============================================================================<br>
--- lld/trunk/ELF/InputSection.cpp (original)<br>
+++ lld/trunk/ELF/InputSection.cpp Fri Apr 22 17:59:22 2016<br>
@@ -505,6 +505,11 @@ template class elf::InputSection<ELF32BE<br>
 template class elf::InputSection<ELF64LE>;<br>
 template class elf::InputSection<ELF64BE>;<br>
<br>
+template class elf::SplitInputSection<ELF32LE>;<br>
+template class elf::SplitInputSection<ELF32BE>;<br>
+template class elf::SplitInputSection<ELF64LE>;<br>
+template class elf::SplitInputSection<ELF64BE>;<br>
+<br>
 template class elf::EHInputSection<ELF32LE>;<br>
 template class elf::EHInputSection<ELF32BE>;<br>
 template class elf::EHInputSection<ELF64LE>;<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>