<div dir="ltr">My guess would be that everything in lib directory is a library including libclang in tools directory, rest of the tools directory are, well tools :)</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 25, 2015 at 11:43 PM, Russell Wallace <span dir="ltr"><<a href="mailto:russell.wallace@gmail.com" target="_blank">russell.wallace@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>As I understand it, most of the modules that comprise the clang executable (even when we talk about the clang-specific modules, apart from those that are part of llvm in general) are actually in the clang libraries. Which is useful because other programs that need front-end functionality can just link those libraries.</div><div><br></div><div>Which source files are /not/ incorporated into the clang libraries? I'm guessing C:\llvm\tools\clang\tools\driver\driver.cpp is one such file because it contains a main function; would this be correct? What about the other two source files in that directory, cc1_main.cpp and cc1as_main.cpp; are they in libraries? Are there any others that aren't?</div><div><br></div><div>Is there somewhere I should have looked for the answer to questions like this? I tried generating and examining msbuild.log, but it's on the verbose side (over thirty megabytes) so it's not easy to see exactly what's going on.</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>