<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>Are you sure you ar not mixing things? Clang is the frontend for
C family languages (and name of compiler using it) . There are
LLVM based compilers for other languages but those are different
projects and not part of clang or llvm repositories. According to
<a class="moz-txt-link-freetext" href="https://github.com/llvm-mirror/clang/blob/2c146e57031cf4692ecf1924c3d6d7e79851a984/docs/Toolchain.rst#id15">https://github.com/llvm-mirror/clang/blob/2c146e57031cf4692ecf1924c3d6d7e79851a984/docs/Toolchain.rst#id15</a>
clang contains small amount of code for invoking GCC based fortran
and java compilers and clangFormat but I doubt those add a
significant size increase compared to the rest of clang.<br>
</p>
<p><br>
</p>
<p>Best regards,</p>
<p>Kārlis Seņko<br>
</p>
<br>
<div class="moz-cite-prefix">On 2017.09.22. 20:32, Nitish Srivastava
via llvm-dev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CACvivXHk0_eyUBVyu2cWGn5-+5vcoSyAPV+5Ymu6RGS7t_BTCQ@mail.gmail.com">
<div dir="ltr"><img class="mailtrack-img" alt=""
style="display:flex"
src="https://mailtrack.io/trace/mail/9795124cd6c017dace7bd08188512b385b28e2f1.png?u=407906"
moz-do-not-send="true" width="0" height="0">
<div>Hi,<br>
<br>
I am trying to build clang, however the build size is quite
large. As clang supports non-C family languages as well ( e.g.
Java, Fortran ), is there a way to turn that off during the
build. I just want to have support for C and C++ and don't
care about other languages.<br>
<br>
Is there a CMake option that needs to be set to do that??<br>
<br>
Thanks a lot!<br>
<br>
Best Regards, <br>
<br>
Nitish<br>
<br>
<br>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>