[PATCH] D17666: [zorg] Correcting a bug in ClangLTO3StageBuilder.py.

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 27 10:23:36 PST 2016


> On Feb 27, 2016, at 9:47 AM, Mike Edwards <mike at sqlby.me> wrote:
> 
> sqlbyme added a comment.
> 
> I will admit that I do not understand enough about how diff works to be confident that diff'ing the symbolic link to the binary would produce the same result as diff'ing the binary itself.  It seems to.  Probably dumb, but I wanted to be able to say with absolute certainty that I was diff'ing the just built binaries.
> 
> That said, I like your idea of a script that will diff all of the files in the stage2-bins and stage3-bins directories.  I'll work on that.

Make you are configuring clang/LLVM with timestamp disabled (or the macro TIME will create some differences...).

-- 
Mehdi



More information about the llvm-commits mailing list