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

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 07:00:50 PDT 2018


simon_tatham updated this revision to Diff 149112.
simon_tatham edited the summary of this revision.
simon_tatham added a comment.

Renamed the `NAME` attribute to `!name` in line with https://reviews.llvm.org/D47430.

Added the `!anonymous` attribute, a set of tests for it, and a fix in `TGParser.cpp` to set it correctly for anonymous `defm`s.


https://reviews.llvm.org/D46054

Files:
  docs/TableGen/BackEnds.rst
  docs/TableGen/index.rst
  include/llvm/TableGen/Record.h
  lib/TableGen/CMakeLists.txt
  lib/TableGen/JSONBackend.cpp
  lib/TableGen/TGParser.cpp
  test/TableGen/JSON-check.py
  test/TableGen/JSON.td
  utils/TableGen/TableGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46054.149112.patch
Type: text/x-patch
Size: 23077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180530/36554839/attachment-0001.bin>


More information about the llvm-commits mailing list