<div dir="ltr">As I suggested before, we can solve the circular dependency problem here by moving CoreLinkingContext.cpp to its own library, no?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 3, 2013 at 1:03 PM, Joerg Sonnenberger <span dir="ltr"><<a href="mailto:joerg@britannica.bec.de" target="_blank">joerg@britannica.bec.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Sep 03, 2013 at 12:53:34PM -0700, Nick Kledzik wrote:<br>
> Joerg has not posted what the circular dependency is.  Maybe it can be<br>
> fixed by moving some trivial code around.<br>
<br>
</div>ReaderWriterYAML.cpp.o has undefined references to Reader::~Reader and<br>
Writer::~Writer. CoreLinkingcontext.cpp.o has undefined references to<br>
createReaderYAML and createWriterYAML. They are in separate libraries.<br>
<br>
The trivial move is what the original patch does -- embedded the YAML<br>
reader/writer into libReaderWriter directly.<br>
<span class="HOEnZb"><font color="#888888"><br>
Joerg<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>