[PATCH] D132647: [LLVM][TableGen] Add JSON magic directive to Jupyter kernel

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 08:37:00 PDT 2022


DavidSpickett planned changes to this revision.
DavidSpickett added a comment.

I am going to rethink this once the basic tutorials are in place.

One idea is to use `jq` (https://stedolan.github.io/jq/) to give us a way to filter the JSON without making up our own language (and python as a one liner gets awkward). Also the current output is pretty lean, so it might need extra fields.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132647



More information about the llvm-commits mailing list