[PATCH] D30995: [tablegen] Use categories on options that only matter to one emitter.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 12:18:40 PDT 2017


dsanders created this revision.

The categories are emitted in a strange order in this patch due to a bug in the
CommandLine library.


https://reviews.llvm.org/D30995

Files:
  utils/TableGen/AsmMatcherEmitter.cpp
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/DAGISelMatcherEmitter.cpp
  utils/TableGen/GlobalISelEmitter.cpp
  utils/TableGen/TableGen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30995.91912.patch
Type: text/x-patch
Size: 4196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170315/b2ae3ce1/attachment.bin>


More information about the llvm-commits mailing list