Displaying 1 result from an estimated 1 matches for "f01ada02".
Did you mean:
0xada02
2016 May 03
8
RFC: Should the default LLVM build be deterministic?
Hello LLVM-Dev,
Today if a user checks out LLVM, configures with no options specified, and builds the result is non-deterministic. Meaning if you clean and build again the binaries are not identical. This impacts all target platforms equally and is caused by the default value of LLVM_ENABLE_TIMESTAMPS being On.
I believe this is incorrect behavior, and I’m curious what the wider community