[PATCH] D17666: [zorg] Correcting a bug in ClangLTO3StageBuilder.py.
Mike Edwards via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 27 09:47:08 PST 2016
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.
http://reviews.llvm.org/D17666
More information about the llvm-commits
mailing list