[PATCH] D151465: [Dexter] Remove builder from Dexter

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 09:42:56 PDT 2023


StephenTozer added a comment.

Small comment for reviewers; I ran `black` on the dexter folder to format code afterwards, and it looks like it removed a few blank lines that were untouched by my changes. I've left the newline removals in this patch, because in theory `black` should be essentially unconfigurable and therefore I assume the formatting it has done is correct and that the previous invocation of `black` on dexter either missed committing those changes for some reason or used an older version of `black` that used a slightly different rule for blank lines.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151465



More information about the llvm-commits mailing list