<div dir="ltr">What testing have you done that shows this difference?<br><br>In general, Clang/LLVM are intended to be deterministic (same inputs produce the same output - the execution path to get there can vary in some cases, due to unordered containers, etc, that should produce the same output)</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 14, 2021 at 9:19 AM heng zhang via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, everyone! I have a c code for HelloWorld,I use the command(clang -o0 HelloWorld.c -o helloworld) to compile the HelloWorld program twice. I find the clang has a different execution path, so I am very confused, I want to know what leads to this result. Thanks!<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>