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

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 27 00:12:12 PST 2016


silvas added a subscriber: silvas.
silvas added a comment.

Why do you need the version in the first place? Just there should be a plain `clang` in the directory too.

Really though, we should be checking every binary in both directories. How about adding a script `utils/diffbindirs.py` and then just call `python utils/diffbindirs.py tools/clang/stage2-bins/bin/ tools/clang/stage2-bins/tools/clang/stage3-bins/bin/`?


http://reviews.llvm.org/D17666





More information about the llvm-commits mailing list