Well,

that's not exactly what I meant. In gcc, if you use -flto a c file compiled twice leads to different binaries, if you don't add -frandom-seed=<something>.

clang also supports the switch -frandom-seed=<something>, but the object files produced by clang are always binary equal.

Meanwhile I think clang intorduced -frandom-seed only for gcc compatibility:
https://github.com/llvm-mirror/clang/blob/master/include/clang/Driver/Options.td#L949


But thanks for the hint. :)

Regards,

Stephan
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to