<div dir="ltr">if by 'binary reproducibility' you mean two matching invocations of the compiler (same arguments, same input, same headers, etc) should produce exactly the same bytes in the binary - yes, Clang supports this. (on a best-effort basis, at least - whenever we find that it doesn't, we fix the bugs & I think we have some reasonable test infrastructure for this though it could probably be better)</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 18, 2015 at 11:22 AM, JoshO <span dir="ltr"><<a href="mailto:zedan185@gmail.com" target="_blank">zedan185@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am planning on porting some of my Microsoft C++ based projects to the clang<br>
compiler . I know that gcc supports Binary reproducibility . My question is<br>
does clang support binary reproducibility ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Clang-and-binary-Reproducibility-tp4044565.html" target="_blank">http://clang-developers.42468.n3.nabble.com/Clang-and-binary-Reproducibility-tp4044565.html</a><br>
Sent from the Clang Developers mailing list archive at Nabble.com.<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" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>