[PATCH] D66574: [lit] Make internal diff work in pipelines

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 16:59:57 PDT 2019


jdenny added a comment.

I had to revert this because it broke a Windows bot.  I didn't consider that this patch not only enables internal `diff` to function in pipelines but also causes it to be used instead of external `diff`s when in pipelines.  Thus, it cannot be pushed without additional patches that add features like `-`, which are sometimes used in the test suite when `diff` appears in pipelines.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66574/new/

https://reviews.llvm.org/D66574





More information about the llvm-commits mailing list