<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 15, 2015, at 1:11 PM, Adrian Prantl <<a href="mailto:aprantl@apple.com" class="">aprantl@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 15, 2015, at 1:04 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 class="gmail_extra"><div class="gmail_quote">On Tue, Jul 7, 2015 at 2:01 PM, Benjamin Kramer <span dir="ltr" class=""><<a href="mailto:benny.kra@gmail.com" target="_blank" class="">benny.kra@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Going through the entire compiler stack (IR, selectiondag, ...) just to dump some bytes in an object files seems excessive. Can't you just drive MC directly? This would </blockquote><div class=""><br class=""></div><div class="">Has something been done to address this? All the semantic tools (libclang, tooling, clang-check, clang-tidy) should *not* have to depend on clang codegen. </div></div></div></div>
</div></blockquote></div><br class=""><div class="">The only reason why libclang currently depends on CodeGen is because of CIndex and we can remove this dependency once the patch implementing the -fmodule-format=raw option is in.</div></div></div></blockquote><br class=""></div><div><span style="font-family: Menlo-Regular;" class="">This is done now: CFE r242499 removed the extra dependency from libclang and clang-check.</span></div><div><span style="font-family: Menlo-Regular;" class=""><br class=""></span></div><div><span style="font-family: Menlo-Regular;" class="">-- adrian</span></div><br class=""></body></html>