mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-14 09:26:22 +00:00
[docs] Guide prospective TableGen backend writers.
Boilerplate is often the hardest part of getting started with these kinds of things, so throw them a bone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa57893e84
commit
e70de1f462
@ -791,6 +791,10 @@ Expressions used by code generator to describe instructions and isel patterns:
|
|||||||
TableGen backends
|
TableGen backends
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
Until we get a step-by-step HowTo for writing TableGen backends, you can at
|
||||||
|
least grab the boilerplate (build system, new files, etc.) from Clang's
|
||||||
|
r173931.
|
||||||
|
|
||||||
TODO: How they work, how to write one. This section should not contain details
|
TODO: How they work, how to write one. This section should not contain details
|
||||||
about any particular backend, except maybe ``-print-enums`` as an example. This
|
about any particular backend, except maybe ``-print-enums`` as an example. This
|
||||||
should highlight the APIs in ``TableGen/Record.h``.
|
should highlight the APIs in ``TableGen/Record.h``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user