[PATCH] D89493: [lit] Implement `not` as a builtin in the Lit internal shell

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 12:52:28 PDT 2020


ldionne added a comment.

I'm not entirely satisfied with this patch -- if folks think we should implement `not` as an in-process builtin, let me know and I can look into that. It's also annoying that we're treating `not` differently from the other out-of-process builtins after this patch, but I couldn't find another way to do it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89493



More information about the llvm-commits mailing list