<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 19, 2014 at 5:42 PM, Quentin Colombet <span dir="ltr"><<a href="mailto:qcolombet@apple.com" target="_blank">qcolombet@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>As one can notice (makefile, CMakeLists) the patch introduces a dependency on libLLVMCodeGen for both opt and bugpoint because of that.</div>
<div><br></div><div>The dependency for bugpoint could be avoid if we were less aggressive in LinkAllPasses.h.</div></blockquote></div><br>Would it be possible to stop adding this pass from opt and instead have llc (and the target machine) add the pass? I don't think we have any real reason to want to see CGP output from opt...</div>
</div>