[PATCH] D46054: [TableGen] Add a general-purpose JSON backend.

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 08:30:42 PDT 2018


labath added inline comments.


================
Comment at: utils/TableGen/JSONEmitter.cpp:1
+//===- RegisterBankEmitter.cpp - Generate a Register Bank Desc. -*- C++ -*-===//
+//
----------------
You should take a look at <D45753>, which is about to add a JSON library to llvm. It would be a shame to add two of them in the same week. :)



Repository:
  rL LLVM

https://reviews.llvm.org/D46054





More information about the llvm-commits mailing list